package software.amazon.sagemaker.app; class Configuration extends BaseConfiguration { public Configuration() { super("aws-sagemaker-app.json"); } }