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