Graphing/Base/Abstract/ITranslatable.cs

4 lines
68 B
C#

namespace Graphing.Abstract;
public interface ITranslatable { }