Skip to content

Commit

Permalink
fix: __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaelJarniac committed Dec 4, 2021
1 parent 2d4f66a commit f530658
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions timeranges/__init__.py
Expand Up @@ -4,3 +4,6 @@

from ._timeranges import TimeRange, TimeRanges, WeekRange
from ._types import Weekday

# TODO Maybe generate it programatically?
__all__ = ["TimeRange", "TimeRanges", "WeekRange", "Weekday"]

0 comments on commit f530658

Please sign in to comment.