mirror of
https://github.com/logos-storage/deluge.git
synced 2026-01-06 23:23:08 +00:00
6 lines
107 B
Python
6 lines
107 B
Python
"""Deluge"""
|
|
# this is a namespace package
|
|
import pkg_resources
|
|
|
|
pkg_resources.declare_namespace(__name__)
|