from DMC import DMC
from twisted.internet import reactor

dmc = DMC(1)
#print DbInfo.main(1)

reactor.run(1)
