20 lines
385 B
Python
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.")
|