int main() {
    
    Driver dr;
    dr.RegisterFile("/Users/qianqianzhong/Documents/github/coen283_project/cfg.xml");
    dr.Run();
}