6 lines
75 B
Python
6 lines
75 B
Python
|
from .__about__ import __version__
|
||
|
|
||
|
|
||
|
def cli():
|
||
|
print("Hello, world!")
|