cf933a3fee7c04239d74bd50e6513ec558bf2c6d
Christian Fraß adjustments

Christian Fraß authored 7 years ago

1) #!/usr/bin/env python3
2) 
3) import os as _os
4) import json as _json
5) 
6) 
7) def main():
8) 	data = []
9) 	folder = "concepts/json"
Christian Fraß tools

Christian Fraß authored 7 years ago

10) 	for name in sorted(_os.listdir(folder)):