5 lines
138 B
C#
5 lines
138 B
C#
|
namespace InnovEnergy.Lib.StatusApi.Generator;
|
||
|
|
||
|
[AttributeUsage(AttributeTargets.Class)]
|
||
|
internal class OpParallelAttribute : Attribute
|
||
|
{}
|