API-Manager/apimanager/webui/apps.py
2019-07-03 21:04:52 +08:00

12 lines
174 B
Python

# -*- coding: utf-8 -*-
"""
App config for config app
"""
from django.apps import AppConfig
class ConfigConfig(AppConfig):
"""Config for config"""
name = 'config'