deluge/deluge.py

13 lines
171 B
Python
Raw Normal View History

2006-11-28 22:28:37 +00:00
#!/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