# !/usr/bin/python3 # -*- coding: utf-8 -*- """ @Author : Ailove ------------------------------------ @File : config.py @CreateTime : 2025/5/22 20:37 ------------------------------------ """ import os MEDIA_ROOT = os.path.join(os.path.dirname(__file__), "model")