Esempio n. 1
0
    def __init__(self):

        #change localhost to IP address and root to username of database
        #This was tested using wampserver
        self.Manager = UserManagement.UserManagement(
        )  #manager to communicate with the user table
Esempio n. 2
0
 def __init__(self):
     self.Manager = UserManagement.UserManagement(
     )  #manager for communication with the user table
     self.course_manager = CourseManagement(
     )  #manager for communication with the course table