mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 12:04:10 +00:00
13 lines
171 B
Python
13 lines
171 B
Python
#!/usr/bin/env python2.4
|
|
#
|
|
# Deluge backend
|
|
# A daemonized backend for
|
|
# Deluge in order to allow
|
|
# for multiple frontends
|
|
|
|
|
|
|
|
|
|
class Deluge:
|
|
def __init__(self):
|
|
pass |