Code/Dependencies/DotNetGraph/Attributes/IDotAttribute.cs
using Nodebox.Dependencies.DotNetGraph.Core;

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