WizardKit/scripts/wk/io.py
2Shirt bca9c19053
New safer text input function
* Avoids EOFError exceptions and just repeats the prompt
2019-06-29 19:54:02 -06:00

6 lines
140 B
Python

'''WizardKit: I/O Functions'''
# vim: sts=2 sw=2 ts=2
if __name__ == '__main__':
print("This file is not meant to be called directly.")