4 lines
87 B
Python
4 lines
87 B
Python
|
from blasta.version import __version__, __version_info__
|
||
|
|
||
|
print('Blasta', __version__)
|