mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-05 08:03:40 +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__)
|