diff --git a/stubs/zope/__init__.pyi b/stubs/zope/__init__.pyi new file mode 100644 --- /dev/null +++ b/stubs/zope/__init__.pyi @@ -0,0 +1,4 @@ +from typing import Any + +declarations: Any +interface: Any