web_AI-5/django/didgeridoo/currencies/apps.py

6 lines
95 B
Python
Raw Normal View History

from django.apps import AppConfig
class CurrenciesConfig(AppConfig):
name = 'currencies'