✨ added structured api endpoints and done some refactoring
Some checks failed
Python formatting PEP8 / Python-PEP8 (push) Failing after 18s
Some checks failed
Python formatting PEP8 / Python-PEP8 (push) Failing after 18s
This commit is contained in:
parent
a689b1c56d
commit
d8607212da
15 changed files with 362 additions and 57 deletions
|
@ -1,6 +1,6 @@
|
|||
from sqlalchemy import Column, Integer, String
|
||||
|
||||
from database import Base
|
||||
from db.database import Base
|
||||
|
||||
|
||||
class Item(Base):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue