File: __init__.py

package info (click to toggle)
python-pynvim 0.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 432 kB
  • sloc: python: 3,040; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
"""Python client for Nvim.

This is a transition package. New projects should instead import pynvim package.
"""
import pynvim
from pynvim import *

__all__ = pynvim.__all__