File size: 76 Bytes
0e057ad
ca11d0f
48172f6
 
0e057ad
48172f6
 
1
2
3
4
5
6
7
8
import sys

sys.path.append("./src/")
from rbeval.dash import main


main()