Skip to content

Commit

Permalink
Base file (#80)
Browse files Browse the repository at this point in the history
Made base file and folder structure.
  • Loading branch information
KingPhilip14 authored Sep 9, 2023
1 parent 1413abb commit c72d003
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ opencv-python~=4.8.0.76
Sphinx~=7.0.1
Myst-Parser~=2.0.0
furo~=2023.7.26
SQLAlchemy~=2.0.2
Empty file added server/__init__.py
Empty file.
Empty file added server/models/__init__.py
Empty file.
5 changes: 5 additions & 0 deletions server/models/base.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from sqlalchemy.orm import DeclarativeBase


class Base(DeclarativeBase):
pass

0 comments on commit c72d003

Please sign in to comment.