#!python
""" Run promethiite from its module """

from promethiite import __main__
__main__.main()
