/ src / webmention / __init__.py
__init__.py
1  from . import checks
2  
3  __all__ = ["checks"]