def main(): print("Hello from story-app!") if __name__ == "__main__": main()