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


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