mirror of
https://github.com/Readarr/Readarr
synced 2026-01-06 07:40:49 +01:00
8 lines
No EOL
119 B
C#
8 lines
No EOL
119 B
C#
using System;
|
|
|
|
namespace NzbDrone.Common.Composition
|
|
{
|
|
public class SingletonAttribute : Attribute
|
|
{
|
|
}
|
|
} |