Skip to content

Commit f44881d

Browse files
committed
feat: exposing UserInterfaceModules to allow modules to be registered
1 parent 4cf586f commit f44881d

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

server/src/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
from .user_interface import BaseInterface
2-
from .user_interface.database import types
1+
from .user_interface import BaseInterface, UserInterfaceModules
2+
from .user_interface.database.types import AccessLevel
33

44
from .minecraft import BaseMcServer
55

6-
__all__ = ['BaseInterface', 'BaseMcServer', 'types']
6+
__all__ = ['BaseInterface', 'BaseMcServer', 'AccessLevel', 'UserInterfaceModules']

server/src/user_interface/tk_window/__init__.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)