def main():
    print("Hello from podcast-feed!")


if __name__ == "__main__":
    main()
