import numpy as np

from .line import LineVisual

class XYZAxisVisual(LineVisual):
    def __init__(self, **kwargs): ...
