namespace RegexBot; /// /// Provides a hint to the module loader that the class it is applied to should be treated as a module instance. /// When the program scans an assembly, it is scanned for classes which implement and have this attribute. /// [AttributeUsage(AttributeTargets.Class, Inherited = false)] public class RegexbotModuleAttribute : Attribute { }