mirror of
https://github.com/meeb/tubesync.git
synced 2026-04-06 00:01:50 +08:00
7 lines
84 B
Python
7 lines
84 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class SyncConfig(AppConfig):
|
|
|
|
name = 'sync'
|