xasm 1.2.1__py38-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.
xasm/__init__.py ADDED
@@ -0,0 +1,8 @@
1
+ """
2
+ Copyright (c) 2020 by Rocky Bernstein
3
+ """
4
+
5
+ __docformat__ = "restructuredtext"
6
+
7
+ # This ensures VERSION will appear in pydoc
8
+ from xdis.version import __version__ # noqa