Initial commit

This commit is contained in:
2023-03-14 13:38:04 +01:00
commit 2973fd85d8
16 changed files with 1922 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
import os
from pathlib import Path
MODULE_DIR = Path(__file__).parent
TRACKERS_DIR = MODULE_DIR / 'resources' / 'trackers'
TRACKERS = []
PROJECTS = []
# TRACKER_URL = os.environ.get("TRACKER_URL", "")
# TRACKER_LOGIN = os.environ.get("TRACKER_LOGIN", "")
# TRACKER_PASSWORD = os.environ.get("TRACKER_PASSWORD", "")