mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-20 03:56:35 +00:00
6 lines
83 B
Python
6 lines
83 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class SyncConfig(AppConfig):
|
|
name = 'sync'
|