# -*- coding: utf-8 -*- """ Copyright (C) 2020-2024 LiteyukiStudio. All Rights Reserved @Time : 2024/8/26 上午7:54 @Author : snowykami @Email : snowykami@outlook.com @File : test_line3.py @Software: PyCharm """ import logging from mbcp.mp_math.point import Point3 from mbcp.mp_math.vector import Vector3 from mbcp.mp_math.line import Line3 from tests.answer import output_answer