mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-11 01:26:22 +01:00
7 lines
130 B
Python
7 lines
130 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class AnalyticsConfig(AppConfig):
|
|
name = 'allianceauth.analytics'
|
|
label = 'analytics'
|