scritcher/scritcher/__init__.py

3 lines
42 B
Python
Raw Normal View History

2019-06-06 20:05:59 +00:00
from .main import main
__all__ = ['main']