ttvdrops/chzzk/apps.py
Joakim Hellsén f605ea9f55
Some checks failed
Deploy to Server / deploy (push) Has been cancelled
Add initial chzzk app structure and configuration
2026-03-30 17:00:10 +02:00

7 lines
118 B
Python

from django.apps import AppConfig
class ChzzkConfig(AppConfig):
"""Config for chzzk app."""
name = "chzzk"