mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-30 00:30:50 +02: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
|
|
{
|
|
}
|
|
} |