vocalpy / crowsetta

A tool to work with any format for annotating vocalizations
https://crowsetta.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
49 stars 3 forks source link

import `register_format` at top level of package? #177

Closed NickleDave closed 2 years ago

NickleDave commented 2 years ago

so it's just crowsetta.register_format instead of crowsetta.formats.register_format

this might need to be done at bottom of crowsetta.__init__.py to avoid circular import issues