chore(backend/__init__.py): add Client and ClientStatus to __all__
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
from .backend_server import BackendServer
|
from .backend_server import BackendServer
|
||||||
|
from .client import Client
|
||||||
|
from .client_status import ClientStatus
|
||||||
|
|
||||||
__all__ = ["BackendServer"]
|
__all__ = ["BackendServer", "Client", "ClientStatus"]
|
||||||
|
|||||||
Reference in New Issue
Block a user