chore: restructured project, updated readme
This commit is contained in:
5
src/admin/__init__.py
Normal file
5
src/admin/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Administrative functions and commands."""
|
||||
|
||||
from .commands import AdminCommands
|
||||
|
||||
__all__ = ["AdminCommands"]
|
||||
Reference in New Issue
Block a user