Project

General

Profile

1
from DLIObject import *
2
from DLI import MyJSONEncoder
3

    
4
f = open('input.xml')
5

    
6
d = DLIObject(f.read())
7

    
8
print MyJSONEncoder().encode(d.relations)
(6-6/8)