Created base database controller and user database controller to allow for initial database control
This commit is contained in:
@@ -11,6 +11,8 @@ class User(ABC):
|
||||
self.firstName = ""
|
||||
self.lastName = ""
|
||||
self.phone = ""
|
||||
self.password = ""
|
||||
self.role=""
|
||||
|
||||
@abstractmethod
|
||||
def login(self):
|
||||
|
||||
Reference in New Issue
Block a user