#!/usr/bin/env python import sys from the_semantic_db_code import * from the_semantic_db_functions import * from the_semantic_db_processor import * C = context_list("smooth play") x = ket("x: 3",8) print("x:",x) print("smooth:",smooth(x,1)) y = ket("7") print("y:",y) print("smooth:",smooth(y,1))