7 lines
118 B
Python
7 lines
118 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ChzzkConfig(AppConfig):
|
|
"""Config for chzzk app."""
|
|
|
|
name = "chzzk"
|