cadCAD/test.py

4 lines
129 B
Python

from engine import run
from tabulate import tabulate
result = run.main()
print(tabulate(result, headers='keys', tablefmt='psql'))