#!/usr/bin/python3

import sys

from synapse._scripts.register_new_matrix_user import main


if __name__ == "__main__":
    sys.exit(main())
