1
0
mirror of https://github.com/daniviga/bite.git synced 2025-04-20 14:31:20 +02:00
bite/beer/telemetry/apps.py
2020-06-17 15:11:30 +02:00

6 lines
93 B
Python

from django.apps import AppConfig
class TelemetryConfig(AppConfig):
name = 'telemetry'