def main(): print("Hello from bookstore!") if __name__ == "__main__": main()