neovim/typings/matplotlib/style/__init__.pyi

7 lines
194 B
Python

"""
This type stub file was generated by pyright.
"""
from .core import available, context, library, reload_library, use
__all__ = ["available", "context", "library", "reload_library", "use"]