# TODO: Update the main function to your needs or remove it.


def main() -> None:
    print("Start coding in Python today!")


if __name__ == "__main__":
    main()
