kumify/msgio/apps.py
2020-12-29 17:26:48 +01:00

6 lines
85 B
Python

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