IAIVetHeartEngine.cs 158 B

12345678
  1. using Vinno.AI.CommonSDK.Interfaces;
  2. namespace Vinno.AI.VetHeartDiagnosisSDK.Interfaces
  3. {
  4. public interface IAIVetHeartEngine : IAIEngine
  5. {
  6. }
  7. }