1use vantage_expressions::traits::datasource::DataSource; 2 3use crate::account::AwsAccount; 4 5impl DataSource for AwsAccount {}