mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 10:59:00 +00:00
5 lines
93 B
Python
5 lines
93 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ProductsConfig(AppConfig):
|
|
name = 'productlist' |