#!/usr/bin/env python

from make_html_docs import make_html_docs
import os


if __name__ == '__main__':
   os.system('clear')
   make_html_docs( )
