Query/include/query.hpp

9 lines
63 B
C++
Raw Permalink Normal View History

2024-07-23 17:04:47 +08:00
#ifndef QUERY_HPP
#define QUERY_HPP
class Query {
};
#endif