lib.itmens/sync/apps.py
2021-06-14 22:18:39 +02:00

5 lines
83 B
Python

from django.apps import AppConfig
class SyncConfig(AppConfig):
name = 'sync'