recalltrace-openenv / server.py
ms-shamanth's picture
Sync local project updates to sham branch
a386cdd
raw
history blame contribute delete
73 Bytes
from server.app import app, main
if __name__ == "__main__":
main()