Example #1
0
 def get_registration_handler(self) -> RegistrationHandler:
     return RegistrationHandler(self)
Example #2
0
 def build_registration_handler(self):
     return RegistrationHandler(self)
 def __init__(self, hs):
     self.registration_handler = RegistrationHandler(hs)