🐛 Remove deprecated declare_namespace call

Remove depecreated declare_namespace call and use implicit namespace (PEP-0420).

Fixes gh-76.
pull/81/head
Mike Gerber 1 year ago
parent 0fd4ea1973
commit 833efa37da

@ -1 +0,0 @@
__import__("pkg_resources").declare_namespace(__name__)
Loading…
Cancel
Save