using System;

namespace MyNes.Core
{
    internal class HassIssuesAttribute : Attribute
    {
    }
}