using System; using System.Collections.Generic; using System.Text; namespace DNAModule.Sunweaver.Commands.Attributes { /// /// An attribute to handle loading base pairs into a command list /// [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)] public class BasePairAttribute : Attribute { } }