15 lines
242 B
Python
Raw Normal View History

#!/usr/bin/python
# -*- coding: utf-8 -*-
# @Author : UzJu@菜菜狗
# @Email : UzJuer@163.com
# @Software: PyCharm
# @Time : 2022/3/4 下午5:24
# @File : echoToFile.py
import csv
class Echo:
def __init__(self):
pass