#!python

from app import app
from torrent.client import delugeclient

if __name__ == '__main__':
    app.run()
