#!/usr/local/bin/python3.10

# We should have absolute imports here
from tld.commands.update_tld_names import main


if __name__ == "__main__":
    main()
