mirror of
https://github.com/yawaflua/Py-SPW.git
synced 2025-12-10 12:29:30 +02:00
10 lines
125 B
Python
10 lines
125 B
Python
from . import api
|
|
from . import errors
|
|
|
|
__all__ = ["Api", "errors"]
|
|
__version__ = 1.0
|
|
|
|
|
|
class Api(api.sp_api_base):
|
|
pass
|