beginning to add user session functionality
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
# Lucas Mathews - Fontys Student ID: 5023572
|
||||
# Banking System Client Class
|
||||
|
||||
from sqlalchemy import Column, String, Boolean, ForeignKey
|
||||
from sqlalchemy import Column, String, Boolean
|
||||
from sqlalchemy.orm import relationship
|
||||
|
||||
|
||||
from class_base import Base
|
||||
|
||||
class Client(Base):
|
||||
|
||||
Reference in New Issue
Block a user