0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:15:44 +01:00
posthog/ee/apps.py

7 lines
119 B
Python
Raw Normal View History

from django.apps import AppConfig
class EnterpriseConfig(AppConfig):
name = "ee"
verbose_name = "Enterprise"