#! /usr/bin/env python

from tmep import doc

documentation = doc.Doc()
print(documentation.get())
