zeetay's picture
initial deploy
b0add2b verified
Raw
History Blame Contribute Delete
164 Bytes
"""Single command to start the server and dashboard. Dashboard at http://localhost:8000/"""
from src.server.app import main
if __name__ == "__main__":
main()