6 lines
159 B
Python
6 lines
159 B
Python
import os
|
|
import sys
|
|
|
|
APP_PATH = os.path.dirname(sys.executable) if getattr(sys, "frozen", False) else os.path.dirname(__file__)
|
|
DEFAULT_PROCESSING_PRICE = 45
|