[VVP] Support pluggable data sources for preload data
[vvp/validation-scripts.git] / ice_validator / preload / __init__.py
index 70f9ecb..ec6ad7b 100644 (file)
@@ -34,3 +34,7 @@
 # limitations under the License.
 #
 # ============LICENSE_END============================================
+
+from preload.environment import EnvironmentFileDataSource
+
+__all__ = ["EnvironmentFileDataSource"]