mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: more import issues
This commit is contained in:
parent
6bd36cdc18
commit
71129bf510
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from typing import Callable
|
||||
from fastapi import FastAPI
|
||||
from src.core.config.config import LearnHouseConfig, get_learnhouse_config
|
||||
from config.config import LearnHouseConfig, get_learnhouse_config
|
||||
from src.core.events.database import close_database, connect_to_db
|
||||
from src.core.events.logs import create_logs_dir
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue