GoulagSort/goulag_sort/__init__.py

2 lines
67 B
Python

from .goulagsort import send_to_goulag
__all__ = ['send_to_goulag']