🔧 chore(main.py): import setup_superuser function to be able to set up a superuser for the application

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-09-18 15:52:15 -03:00
commit 828492eaf2

View file

@ -12,6 +12,7 @@ from langflow.interface.utils import setup_llm_caching
from langflow.services.database.utils import initialize_database
from langflow.services.manager import initialize_services, teardown_services
from langflow.services.plugins.langfuse import LangfuseInstance
from langflow.services.utils import setup_superuser
from langflow.utils.logger import configure