6 lines
140 B
Python
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.")
|