API-Manager/apimanager/branches/apps.py

6 lines
91 B
Python
Raw Permalink Normal View History

from django.apps import AppConfig
class BranchesConfig(AppConfig):
name = 'branches'