mirror of
https://github.com/fastapi-admin/fastapi-admin.git
synced 2026-03-13 10:32:25 +08:00
4 lines
65 B
Python
4 lines
65 B
Python
import os
|
|
|
|
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
|