plane/apiserver/plane/web/apps.py
2022-11-30 02:47:42 +05:30

6 lines
87 B
Python

from django.apps import AppConfig
class WebConfig(AppConfig):
name = 'plane.web'