Added wk/cfg/net.py

This commit is contained in:
2Shirt 2019-07-17 21:30:20 -06:00
parent 04ca9b9fff
commit 6e963fe5da
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C
2 changed files with 21 additions and 0 deletions

View file

@ -2,3 +2,4 @@
from wk.cfg import log
from wk.cfg import main
from wk.cfg import net

20
scripts/wk/cfg/net.py Normal file
View file

@ -0,0 +1,20 @@
'''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.")