#ifndef __VILLAGE_INC_H__ #define __VILLAGE_INC_H__ #include struct VillageParam { int dev_id; std::string db_path; std::string model_path; }; #endif // __VILLAGE_INC_H__