mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-15 21:05:48 -04:00
8 lines
119 B
C#
8 lines
119 B
C#
using System;
|
|
|
|
namespace NzbDrone.Common.Composition
|
|
{
|
|
public class SingletonAttribute : Attribute
|
|
{
|
|
}
|
|
} |