schedules.py 116 B

123
  1. from celery.schedules import schedule, crontab_parser, crontab
  2. __all__ = ["schedule", "crontab_parser", "crontab"]