Files
oc-api_print/Api/customer_order_example.py

7 lines
196 B
Python

from formats import print_customer_order
from tools import load_json
if __name__ == "__main__":
data = load_json('./test/fixtures/customer_order.json')
print_customer_order(data, "", "")