Query/include/query.hpp

9 lines
63 B
C++

#ifndef QUERY_HPP
#define QUERY_HPP
class Query {
};
#endif