blob: 20d00445efa620596aee8f77cdb9651a51dcd4cb [file] [log] [blame]
#include "item.hpp"
namespace aaa {
namespace bbb {
void Item::go()
{
}
}
}