mirror of
https://github.com/daniviga/bite.git
synced 2024-11-23 05:16:13 +01:00
6 lines
93 B
Python
6 lines
93 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class TelemetryConfig(AppConfig):
|
|
name = 'telemetry'
|