mirror of
https://github.com/meeb/tubesync.git
synced 2026-01-24 00:41:48 +08:00
7 lines
88 B
Python
7 lines
88 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class CommonConfig(AppConfig):
|
|
|
|
name = 'common'
|