mirror of
https://github.com/yawaflua/asyncSPW.git
synced 2025-12-10 03:59:27 +02:00
Create __init__.py
This commit is contained in:
12
asyncSPW/__init__.py
Normal file
12
asyncSPW/__init__.py
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
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
|
||||||
Reference in New Issue
Block a user