Skip to content

Commit

Permalink
old (inefficient but functional) timerange version
Browse files Browse the repository at this point in the history
  • Loading branch information
HStry committed Apr 14, 2021
1 parent 03734bf commit 552487d
Show file tree
Hide file tree
Showing 4 changed files with 1,022 additions and 0 deletions.
6 changes: 6 additions & 0 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

import relative
from .exceptions import *
from .classes import *

__all__ = ['TimerangeWarning', 'MixedTimeUnitsWarning', 'Delta', 'Point', 'Range', 'relative']
Loading

0 comments on commit 552487d

Please sign in to comment.