[gpEdit v1.0]

This commit is contained in:
2020-11-14 19:33:37 +00:00
parent 132d9a74f2
commit 7313f179cb
1067 changed files with 174190 additions and 0 deletions
@@ -0,0 +1,6 @@
import pkg_resources
try:
__version__ = pkg_resources.get_distribution('setuptools').version
except Exception:
__version__ = 'unknown'