using Vinno.AI.CommonSDK.Interfaces; namespace Vinno.AI.VetHeartDiagnosisSDK.Interfaces { public interface IAIVetHeartEngine : IAIEngine { } }