synapse-captcha/matrix_registration/__init__.py

6 lines
91 B
Python
Raw Normal View History

2022-11-01 18:55:12 -04:00
from . import api
from . import config
from . import captcha
name = 'matrix_registration'