lib.itmens/users/jobs/__init__.py

4 lines
67 B
Python
Raw Permalink Normal View History

from .sync import MastodonUserSync
__all__ = ["MastodonUserSync"]