mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 15:26:46 +00:00
11 lines
199 B
Python
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'
|