parityos-serialization 0.1.0__py3-none-any.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.
@@ -0,0 +1,5 @@
1
+ # ParityQC © 2020-2026. See the LICENSE file in the top level directory for details.
2
+ from ._version import __version__
3
+ from .serializer import Serializer
4
+
5
+ __all__ = ["__version__", "Serializer"]
@@ -0,0 +1,3 @@
1
+ # This file is automatically managed by hatch, do not edit manually.
2
+
3
+ __version__ = "0.1.0"
File without changes