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