mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-01 17:09:13 -05:00
6 lines
150 B
C#
6 lines
150 B
C#
namespace DM.MovieApi.Shims;
|
|
|
|
[AttributeUsage( AttributeTargets.Constructor )]
|
|
internal sealed class ImportingConstructorAttribute : Attribute
|
|
{ }
|