<?php
namespace dokuwiki\plugin\structcombolookup\types;


use dokuwiki\plugin\struct\types\Lookup;

class ComboLookup extends Lookup
{
}