ansi codes printer
This commit is contained in:
7
bin/ansi-codes
Executable file
7
bin/ansi-codes
Executable 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()
|
||||
Reference in New Issue
Block a user