goodbye stuff
[dotfiles/.git] / .local / lib / python3.9 / site-packages / pynvim / plugin / __init__.py
diff --git a/.local/lib/python3.9/site-packages/pynvim/plugin/__init__.py b/.local/lib/python3.9/site-packages/pynvim/plugin/__init__.py
deleted file mode 100644 (file)
index 9365438..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-"""Nvim plugin/host subpackage."""
-
-from pynvim.plugin.decorators import (autocmd, command, decode, encoding, function,
-                                      plugin, rpc_export, shutdown_hook)
-from pynvim.plugin.host import Host
-
-
-__all__ = ('Host', 'plugin', 'rpc_export', 'command', 'autocmd',
-           'function', 'encoding', 'decode', 'shutdown_hook')