<?php

namespace Twig\Node;

/**
 * @implements \IteratorAggregate<string, self>
 */
class Node implements \IteratorAggregate
{

}
