Created file structure
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from . import bot, cryptography, database
|
||||
|
||||
__all__ = ["bot", "cryptography", "database"]
|
||||
|
||||
|
||||
def main() -> None:
|
||||
...
|
||||
Reference in New Issue
Block a user