depot/web/quotes/quotedb/apps.py

6 lines
96 B
Python
Raw Normal View History

2021-01-19 03:51:22 +00:00
from django.apps import AppConfig
class QuotedbConfig(AppConfig):
name = "quotes.quotedb"