slcom/slangc/model/AttributeModel.sauce

10 lines
147 B
Plaintext

package slangc.model;
public abstract class AttributeModel {
public AttributeModel() {
// TODO Auto-generated constructor stub
}
}