depot/web/quotes/quotedb/apps.py

5 lines
96 B
Python

from django.apps import AppConfig
class QuotedbConfig(AppConfig):
name = "quotes.quotedb"