BaseDataSource and similar classes should be ABCHasStrictTraits classes
Created by: stefanoborini
Currently BaseDataSource is a plain metaclass=ABCMeta class, because we are not using traits in the member variables. We should enforce them by switching to ABCHasStrictTraits.