bugfix
This commit is contained in:
parent
f2691c26a7
commit
8330f3e79a
9
app/vdb.py
Normal file
9
app/vdb.py
Normal file
@ -0,0 +1,9 @@
|
||||
from ahserver.webapp import webapp
|
||||
from vdb.init import load_vdb
|
||||
|
||||
def init():
|
||||
load_vdb()
|
||||
|
||||
if __name__ == '__main__':
|
||||
webapp(init)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user