Commit a3c284c0 authored by Mario Chirinos's avatar Mario Chirinos

update

parent 44718020
......@@ -2,12 +2,16 @@
# -*- coding: utf-8 -*-
import sys
import os
import json
#===============================================================================
def getMinMax(clase):
for item in os.listdir("."):
if os.path.isdir(item):
print(item)
with open(os.getcwd()+"/"+item) as json_file:
data = json.load(json_file)
print(data)
#===============================================================================
def main(argv):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment