1
0
mirror of https://github.com/daniviga/bite.git synced 2024-11-23 13:26:14 +01:00
bite/freedcs/telemetry/apps.py

6 lines
93 B
Python
Raw Normal View History

2020-06-02 00:57:20 +02:00
from django.apps import AppConfig
class TelemetryConfig(AppConfig):
name = 'telemetry'