mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 20:16:44 +00:00
6 lines
91 B
Python
6 lines
91 B
Python
|
|
from django.apps import AppConfig
|
||
|
|
|
||
|
|
|
||
|
|
class BranchesConfig(AppConfig):
|
||
|
|
name = 'branches'
|