mirror of
https://github.com/UzJu/Cloud-Bucket-Leak-Detection-Tools.git
synced 2025-12-17 15:42:56 +00:00
15 lines
242 B
Python
15 lines
242 B
Python
|
|
#!/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
|