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