using System;

namespace Godot
{
    [AttributeUsage(AttributeTargets.Class)]
    public class ToolAttribute : Attribute {}
}