env variables!

This commit is contained in:
StNicolay 2022-09-26 22:46:21 +03:00
parent 44bab0fb48
commit 89d8e78eec
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,7 @@
import src import src
from dotenv import load_dotenv
load_dotenv("./.env")
def main() -> None: def main() -> None:

View File

@ -1,3 +1,4 @@
bcrypt bcrypt
cryptography cryptography
mariadb mariadb
python-dotenv