6 lines
186 B
Python
6 lines
186 B
Python
|
import Path
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
print("TODO: take data/kres_example_srl/* and generate data/kres_example_json/*")
|
||
|
print("TODO: check ssj and kres <links> for structure")
|