maialib 1.10.2__cp311-cp311-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
maialib/__init__.py ADDED
@@ -0,0 +1,4 @@
1
+ from .maiacore import *
2
+ from .maiapy.other import *
3
+ from .maiapy.plots import *
4
+ from .maiapy.sethares_dissonance import *
@@ -0,0 +1,3 @@
1
+ from __future__ import annotations
2
+ from . import maiacore
3
+ __all__ = ['maiacore']