API-Manager/apimanager/connectormethod/apps.py
2022-08-03 13:38:46 +02:00

11 lines
199 B
Python

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