Add cli base.

This commit is contained in:
kenkeiras 2017-09-17 22:01:59 -04:00
parent fae11eb875
commit d23329b019
4 changed files with 40 additions and 0 deletions

View file

@ -155,3 +155,4 @@ def main():
test_assumption(False, knowledge, queryFalse)
test_assumption(True, knowledge, queryTrue)
return knowledge

View file

@ -741,3 +741,4 @@ def main():
raise NotImplementedError('Example type: {}'.format(example_type))
print("\r\x1b[K", end='')
return knowledge