layout v0.0.1
This commit is contained in:
parent
f7a295ba08
commit
a03c5229f3
13 changed files with 415 additions and 87 deletions
8
db_scripts/test.py
Normal file
8
db_scripts/test.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import os
|
||||
from dotenv import load_dotenv
|
||||
|
||||
# Load environment variables from .env file
|
||||
load_dotenv()
|
||||
|
||||
backup_dir = os.getenv('BACKUP_DIR', '/default/backup/path')
|
||||
print(backup_dir)
|
||||
Loading…
Add table
Reference in a new issue