I have already developed class1.py, class2.py, etc. with functions implemented inside each class. e.g. Operator.py has add, minus, time, divide functions. How can I build a
Derive from cmd.Cmd, overriding the various methods as necessary.