from htmtl import Htmtl def main(): print(Htmtl("
asdasd
", {'something': 'nothing'}).html()) if __name__ == "__main__": main()