prithivi96's picture
Upload 3 files
1796c2b verified
raw
history blame contribute delete
128 Bytes
from frontend import JSONQuery_Frontend
if __name__ == "__main__":
app_frntend = JSONQuery_Frontend()
app_frntend.run()