from mymodule_de import sag_hallo, __version__

sag_hallo()
print('Version', __version__)
