fix boot error

pull/127/head
Aevann 2023-02-18 22:01:28 +02:00
parent 79d637d4fb
commit b99f17216e
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ import json
import time
from sqlalchemy import Column, ForeignKey
from sqlalchemy.orm import relationship
from sqlalchemy.sql.sqltypes import *
from files.classes import Base