python_pkg_sekeleton/increment/__init__.py

4 lines
49 B
Python

from .core import add_one
__all__ = ["add_one"]