🙋 𝗛𝗲𝗹𝗹𝗼! class CV東Trips(): def __init__(self): self.name = "算法工程师,聚焦于深度神经网络模型压缩与部署, AIGC" self.username = "東" self.location = "上海, China" self.mail = "cv_dong@163.com/cv_yang@126.com" self.wechat_id = "CVYANGD" def __str__(self): return self.name if __name__ == '__main__': me = CV東Trips()