#include "Obj.hpp"

int main(int argv, char** args)
{
  Obj obj;
  return 0;
}
