feat: some stuff
This commit is contained in:
4
constants.py
Normal file
4
constants.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import os
|
||||
import sys
|
||||
|
||||
APP_PATH = os.path.dirname(sys.executable) if getattr(sys, "frozen", False) else os.path.dirname(__file__)
|
||||
Reference in New Issue
Block a user