v.licheni.net
/
stack
/
code
/
dboxswitch.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
7c82d1ec198e3f6641d0ad354d6fcec91c4a28c3
[stack/code/dboxswitch.git]
/
settings.py
1
#!/bin/python
2
3
class Settings():
4
def __init__(self):
5
self.appname = "dboxswitch"
6
7
global conf
8
appconf = Settings()