mirror of
https://github.com/logos-storage/deluge.git
synced 2026-02-07 06:43:11 +00:00
4 lines
93 B
Python
4 lines
93 B
Python
# this is a namespace package
|
|
import pkg_resources
|
|
pkg_resources.declare_namespace(__name__)
|