def main():
    print("Hello from aioarp!")


if __name__ == "__main__":
    main()