"""Maim Message - A message handling library""" __version__ = "0.2.0" from .api import get_global_api __all__ = ["get_global_api"]