package pkg2;

import pkg1.AbstractRootBase;

public abstract class AbstractBase extends AbstractRootBase implements BaseInterface {
}
