using Graphing.Graphables; namespace Graphing.Abstract; public interface IIntegrable { public Graphable Integrate(); }