package appeng.core.features;
public interface IAEFeature
{
public AEFeatureHandler feature();
void postInit();
}