Update: main.py and models.py had incorrect imports
This commit is contained in:
4
main.py
4
main.py
@@ -1,7 +1,7 @@
|
||||
from fastapi import FastAPI
|
||||
|
||||
from . import models
|
||||
from .database import engine
|
||||
import models
|
||||
from database import engine
|
||||
|
||||
# This line tells SQLAlchemy to create all the tables based on the models
|
||||
# we defined. It will create the `multichat_overlay.db` file with the
|
||||
|
||||
Reference in New Issue
Block a user