using Nodebox.Dependencies.DotNetGraph.Core; namespace Nodebox.Dependencies.DotNetGraph.Attributes { public interface IDotAttribute : IDotElement { } }