Files
2021-04-28 21:02:00 +02:00

6 lines
94 B
Python

from django.apps import AppConfig
class MonitorConfig(AppConfig):
name = 'apps.monitor'