import { ToolPulloutDirection } from "../api_resources";
/** Just a simple test to please the coverage tool. */
describe("ToolPulloutDirection", () => {
  it("exists", () => {
    expect(ToolPulloutDirection.NONE).toEqual(0);
  });
});
