cma_search/server/apps/vod/apps.py

6 lines
86 B
Python

from django.apps import AppConfig
class VodConfig(AppConfig):
name = 'apps.vod'