kumify/msgio/apps.py

5 lines
84 B
Python
Raw Normal View History

from django.apps import AppConfig
class MsgioConfig(AppConfig):
name = 'msgio'