Use the fs property to return the FeatureStore object associated with a feature process.
Example
>>> fp = FeatureProcess(repo='repo', data_domain='customer analytics')
>>> fp.fs
FeatureStore(repo='repo')
Use the fs property to return the FeatureStore object associated with a feature process.
>>> fp = FeatureProcess(repo='repo', data_domain='customer analytics')
>>> fp.fs
FeatureStore(repo='repo')