feat: some stuff

This commit is contained in:
2024-11-04 01:32:14 +03:00
parent 1806f5dec3
commit 757ed72ec3
5 changed files with 18 additions and 3 deletions

4
constants.py Normal file
View 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__)