This commit is contained in:
infidel
2022-04-06 14:56:09 +07:00
commit eb3dc17ee6
41 changed files with 4898 additions and 0 deletions

9
check_gap.py Normal file
View File

@@ -0,0 +1,9 @@
import json
f = open("./Samples/MELI/2021-01-30/MELI0.vezpal2")
a = json.load(f)
print(len(a[0]))
print(len(a[1]))
print(len(a[2]))