Add rest of project files

This commit is contained in:
2020-04-29 12:38:41 -04:00
parent 3b01915ec6
commit 052490c0fc
20 changed files with 158 additions and 0 deletions
View File
+3
View File
@@ -0,0 +1,3 @@
import os
GROUPME = os.environ.get("GROUPME_KEY")
+6
View File
@@ -0,0 +1,6 @@
from pathlib import Path
def get_project_root() -> Path:
"""Returns project root folder."""
return Path(__file__).parent.parent