8 lines
122 B
Plaintext
8 lines
122 B
Plaintext
|
import os
|
||
|
|
||
|
from scripts.utils.system_path import SystemPath
|
||
|
|
||
|
LOCAL_RUN = False
|
||
|
|
||
|
APP_DIR = SystemPath(os.getenv('APP_DIR')
|