API-Manager/apimanager/webui/apps.py
2024-10-31 12:23:11 +01:00

12 lines
172 B
Python

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