5 lines
99 B
Python
5 lines
99 B
Python
import os
|
|
from pathlib import Path
|
|
|
|
APP = os.environ.get("APP", Path(__file__).parent.parent.name)
|