[SCRIPT] Updated
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
from .about import AboutEntry
|
||||
from .appearance import AppearanceEntry
|
||||
from .notifications import NotificationsEntry
|
||||
from .recorder import RecorderEntry
|
||||
from .user import UserEntry
|
||||
|
||||
__all__ = [
|
||||
"AboutEntry",
|
||||
"AppearanceEntry",
|
||||
"NotificationsEntry",
|
||||
"RecorderEntry",
|
||||
"UserEntry",
|
||||
]
|
||||
Reference in New Issue
Block a user