ansi codes printer

This commit is contained in:
ville rantanen
2017-08-16 16:57:07 +03:00
parent 832168d43a
commit 51b1179926
2 changed files with 51 additions and 4 deletions

7
bin/ansi-codes Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env python
import sys,os
sys.path.append(os.path.realpath(os.path.join(os.path.dirname(__file__),
"..","reporting")))
import ansi
ansi.demo()