WizardKit/scripts/wk/cfg/net.py
2019-07-17 21:30:20 -06:00

20 lines
385 B
Python

'''WizardKit: Config - Net'''
# vim: sts=2 sw=2 ts=2
# SERVER VARIABLES
CRASH_SERVER = {
#'Name': 'CrashServer',
#'Url': '',
#'User': '',
#'Pass': '',
}
if __name__ == '__main__':
print("This file is not meant to be called directly.")
# vim: sts=2 sw=2 ts=2
if __name__ == '__main__':
print("This file is not meant to be called directly.")