# -*- coding: utf-8 -*- from .blank_func import reverse from . import main __version__ = "0.1.0" __all__ = [ "reverse", ]