jorts/jortsc/__init__.py

4 lines
43 B
Python
Raw Normal View History

from .main import main
__all__ = ['main']