#ifndef LIBGATEMATE_CHIP_HPP
#define LIBGATEMATE_CHIP_HPP
#include <string>
using namespace std;
namespace GateMate {
class Chip
{
public:
explicit Chip();
};
}
#endif //LIBGATEMATE_CHIP_HPP