############################################## # # # A script creating an up-to-date # # OTKit reference book, based on help() # # # ############################################## print(My own OTKit reference book) print() print("1. Script commands and expressions:") print("-----------------------------------") print() help(script) print() print() print("2. Schemes:") print("-----------") print() help(schemes) print() print() print("3. Help:") print("--------") print() help() print()