Add rest of project files
This commit is contained in:
0
util/__init__.py
Normal file
0
util/__init__.py
Normal file
3
util/api_keys.py
Normal file
3
util/api_keys.py
Normal file
@@ -0,0 +1,3 @@
|
||||
import os
|
||||
|
||||
GROUPME = os.environ.get("GROUPME_KEY")
|
||||
6
util/common.py
Normal file
6
util/common.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from pathlib import Path
|
||||
|
||||
|
||||
def get_project_root() -> Path:
|
||||
"""Returns project root folder."""
|
||||
return Path(__file__).parent.parent
|
||||
Reference in New Issue
Block a user