def main():
    print("Hello from suno-utils!")


if __name__ == "__main__":
    main()
