bb-plane-fork/apps/api/plane/authentication/apps.py
2025-07-04 15:32:21 +05:30

5 lines
99 B
Python

from django.apps import AppConfig
class AuthConfig(AppConfig):
name = "plane.authentication"