8 lines
177 B
Python
Executable File
8 lines
177 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
import sys,os
|
|
sys.path.append(os.path.realpath(os.path.join(os.path.dirname(__file__),
|
|
"..","reporting")))
|
|
import ansi
|
|
print(ansi.demo())
|