def main(): print("Hello from mvp-py!") if __name__ == "__main__": main()