def get_registration_handler(self) -> RegistrationHandler: return RegistrationHandler(self)
def build_registration_handler(self): return RegistrationHandler(self)
def __init__(self, hs): self.registration_handler = RegistrationHandler(hs)