4 lines
84 B
Python
4 lines
84 B
Python
from django.apps import AppConfig
|
|
|
|
class MsgioConfig(AppConfig):
|
|
name = 'msgio'
|