Files
maciejrusek 624ef3ca16 init
2026-03-10 20:53:37 +01:00

8 lines
113 B
Python

from pathlib import Path
import environ
env = environ.Env()
BASE_DIR = Path(__file__).resolve().parent.parent