File size: 123 Bytes
e4fdd13
3adea5e
e4fdd13
 
1
2
3
4
5
from pathlib import Path
import os

PATH = Path("/home/user/app") if os.environ.get("SYSTEM") == "spaces" else Path("app")