CPJKU / partitura

A python package for handling modern staff notation of music
https://partitura.readthedocs.io
Apache License 2.0
241 stars 18 forks source link

Move all globals to a new file to avoid future circular import errors #342

Closed manoskary closed 2 months ago

manoskary commented 9 months ago

I propose to move all Globals of partitura to a file in utils called globals.py to avoid future circular import errors and for maintaining consistency.