#!/usr/bin/env python3
""" Run promethiite from its module """

from promethiite import __main__
__main__.main()
