Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

__init__.py 252B

123456789
  1. # -*- coding: utf-8 -*-
  2. from __future__ import absolute_import
  3. from .croniter import (
  4. croniter,
  5. CroniterBadDateError, # noqa
  6. CroniterBadCronError, # noqa
  7. CroniterNotAlphaError # noqa
  8. ) # noqa
  9. croniter.__name__ # make flake8 happy