Move files to folders
This commit is contained in:
6
server/class_base.py
Normal file
6
server/class_base.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# Lucas Mathews - Fontys Student ID: 5023572
|
||||
# Banking System Base Class
|
||||
|
||||
from sqlalchemy.orm import declarative_base
|
||||
|
||||
Base = declarative_base()
|
||||
Reference in New Issue
Block a user