phasorpy 0.5__cp312-cp312-win_arm64.whl → 0.6__cp312-cp312-win_arm64.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.
phasorpy/io.py DELETED
@@ -1,9 +0,0 @@
1
- # phasorpy.io proxy module
2
- # The VSCode debugger cannot to step into or break inside modules named io.py
3
-
4
- from ._io import *
5
- from ._io import __all__, __doc__
6
- from ._utils import set_module
7
-
8
- set_module(globals())
9
- del set_module