mirror of
https://github.com/fastapi-admin/fastapi-admin.git
synced 2025-08-14 18:58:13 +08:00
4 lines
65 B
Python
4 lines
65 B
Python
import os
|
|
|
|
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
|