from __future__ import annotations import mobase __all__ = ["organizer"] def organizer() -> mobase.IOrganizer: ...