parse_crontab/crontab/__init__.py

5 lines
54 B
Python
Raw Normal View History

2011-07-18 00:28:33 +00:00
from ._crontab import CronTab
__all__ = ['CronTab']