still figuring out the architecture of this app

This commit is contained in:
msk
2022-09-20 15:34:38 -07:00
parent 2ab28ec5c8
commit 531f856bdc
5 changed files with 22 additions and 16 deletions
+2 -2
View File
@@ -2,11 +2,11 @@
import os
global twAPI
# Twitter API instance to share throughout program
twAPI = None
# returns system path to this project, which is
# up one level from this file's directory.
# up one level from this file's directory (src).
def get_project_dir():
return os.path.join(os.path.dirname(__file__), os.pardir)