legal-rag / src /main.py
vr18's picture
Upload 6 files
967d0d2
raw
history blame
No virus
151 Bytes
from app import run
def start_app():
run()
# Press the green button in the gutter to run the script.
if __name__ == '__main__':
start_app()