1 2 3 4 5 6 7 8 9
from htmtl import Htmtl def main(): print(Htmtl("<div inner-text=\"hello\">asdasd</div>").html()) if __name__ == "__main__": main()