コード例 #1
0
def main():
    table = Helper.GenerateListOfBytes()
    if (len(table) > 1):
        Helper.SaveToCSV(table, destination=CSV_END_POINT)
        print("Done")