rbeval / app.py
William Arnold
Perf update
48172f6
import sys
sys.path.append("./src/")
from rbeval.dash import main
main()