mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
10 lines
191 B
Python
10 lines
191 B
Python
# -*- python -*-
|
|
|
|
from allmydata import queen
|
|
from twisted.application import service
|
|
|
|
c = queen.Queen()
|
|
|
|
application = service.Application("allmydata_queen")
|
|
c.setServiceParent(application)
|