Files
fastapi-admin/examples/constants.py
2021-04-25 17:17:21 +08:00

4 lines
65 B
Python

import os
BASE_DIR = os.path.dirname(os.path.abspath(__file__))