from Attr import Attr class BasicTypeAttr(Attr): """ This is an abstract super class for attributes whose types are so-called "basic types": bool, int, long, float and string """ pass