using Tensorflow.Keras; namespace Tensorflow { public static class KerasApi { public static KerasInterface keras { get; } = new KerasInterface(); } }