from matplotlib.axes import Axes
from matplotlib.lines import Line2D

def triplot(ax: Axes, *args, **kwargs) -> tuple[Line2D, Line2D]: ...
