D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
snap
/
core18
/
2934
/
usr
/
lib
/
python3
/
dist-packages
/
urwid
/
Filename :
version.py
back
Copy
from __future__ import division, print_function VERSION = (2, 0, 1) __version__ = ''.join(['-.'[type(x) == int]+str(x) for x in VERSION])[1:]