parse_crontab/crontab/__init__.py
2011-07-17 17:34:56 -07:00

4 lines
54 B
Python

from ._crontab import CronTab
__all__ = ['CronTab']