tacticalrmm/api/djangormm/agents/apps.py

5 lines
86 B
Python

from django.apps import AppConfig
class AgentsConfig(AppConfig):
name = 'agents'