#!/usr/bin/env python import sys,os sys.path.append(os.path.realpath(os.path.join(os.path.dirname(__file__), "..","reporting"))) import ansicodes print(ansicodes.demo())