Is there an existing issue for this?
Current Behavior
The new organization of the intervals sub-package (which I generally like), unfortunately breaks the import patterns like:
import tempo.intervals as t_int
Instead, in order to import IntervalsDF, we need to do:
from tempo.intervals import IntervalsDF
Expected Behavior
No response
Steps To Reproduce
No response
Cloud
AWS
Version
v0.2 integration branch
Relevant log output