depot/web/quotes/theme/apps.py

6 lines
92 B
Python
Raw Normal View History

2021-01-20 02:04:30 +00:00
from django.apps import AppConfig
class ThemeConfig(AppConfig):
name = "quotes.theme"