Initial commit
This commit is contained in:
@@ -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", "")
|
||||
Reference in New Issue
Block a user