File size: 128 Bytes
1796c2b
7569f1a
1796c2b
 
 
1
2
3
4
5
from frontend import JSONQuery_Frontend

if __name__ == "__main__":
    app_frntend = JSONQuery_Frontend()
    app_frntend.run()