mrpy.nvim/rplugin/python3/mrpy/__init__.py

4 lines
55 B
Python

from .main import MrPyPlugin
__all__ = ["MrPyPlugin"]