mirror of
https://github.com/yawaflua/asyncSPW.git
synced 2025-12-10 03:59:27 +02:00
13 lines
228 B
Python
13 lines
228 B
Python
from . import asyncSPW
|
|
from . import User
|
|
from . import getSkin
|
|
from . import paymentsParam
|
|
|
|
__all__ = ["asyncSPW", "User", "getSkin", "paymentsParam"]
|
|
|
|
|
|
class Skin(getSkin.Skin):
|
|
pass
|
|
class api(asyncSPW.asyncSPW):
|
|
pass
|