File size: 144 Bytes
cb330aa
 
2e6a03e
cb330aa
 
2e6a03e
cb330aa
 
 
2e6a03e
1
2
3
4
5
6
7
8
9
10
11
"""
Root entrypoint for local API server.
Run with: python app.py
"""

from server.app import app, main


if __name__ == "__main__":
    main()