tahoe-lafs/client.tac

10 lines
195 B
Python
Raw Normal View History

2006-11-30 22:14:47 +00:00
# -*- python -*-
from allmydata import client
from twisted.application import service
c = client.Client()
2006-11-30 22:14:47 +00:00
application = service.Application("allmydata_client")
c.setServiceParent(application)