mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 21:46:30 +00:00
6 lines
133 B
C#
6 lines
133 B
C#
namespace Azaion.CommonSecurity.DTO;
|
|
|
|
public class SecureAppConfig
|
|
{
|
|
public PythonConfig PythonConfig { get; set; } = null!;
|
|
} |