tubesync/app/common/apps.py
2020-11-23 17:32:02 +11:00

7 lines
88 B
Python

from django.apps import AppConfig
class CommonConfig(AppConfig):
name = 'common'