mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-10 13:00:16 +02:00
7 lines
130 B
Python
7 lines
130 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class AnalyticsConfig(AppConfig):
|
|
name = 'allianceauth.analytics'
|
|
label = 'analytics'
|