mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-19 13:18:13 +02:00
3 lines
57 B
Python
3 lines
57 B
Python
def version():
|
|
a = {version:"0.6.0"}
|
|
return a
|