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
Use the cmd module:
Other packages
You can also use various modules hosted at pypi that is built on top of cmd module