Exemplo n.º 1
0
 def get_registration_handler(self) -> RegistrationHandler:
     return RegistrationHandler(self)
Exemplo n.º 2
0
 def build_registration_handler(self):
     return RegistrationHandler(self)
Exemplo n.º 3
0
 def __init__(self, hs):
     self.registration_handler = RegistrationHandler(hs)