old_console/networkmap/apps.py
2024-11-02 14:12:45 +03:00

5 lines
95 B
Python

from django.apps import AppConfig
class NetworkmapConfig(AppConfig):
name = 'networkmap'