In [2]:
#! /usr/bin/python
import dominate # 'pip install dominate' must be run once before this
from dominate.tags import *
import re # Only needed because dominate doesn't let us set tab indentation
import tempfile
import webbrowser
In [7]:
checkdom = dominate.tags.a('check', 'blah')
In [8]:
checkdom()
In [ ]: