Added wk/cfg/net.py
This commit is contained in:
parent
04ca9b9fff
commit
6e963fe5da
2 changed files with 21 additions and 0 deletions
|
|
@ -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
20
scripts/wk/cfg/net.py
Normal 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.")
|
||||
Loading…
Reference in a new issue