from ApiLayers.ApiValidations.Request import ( Login, EmployeeSelection, OccupantSelection, CreatePassword, ChangePassword, Forgot, ) class AuthenticationRequestModels: LoginSuperUserRequestModel = Login SelectCompanyOrOccupantTypeSuperUserRequestModel = { "EmployeeSelection": EmployeeSelection, "OccupantSelection": OccupantSelection, } class AuthenticationResponseModels: pass