Create a python interop service and wire it up

This commit is contained in:
2026-02-15 21:24:05 -08:00
parent daa61fabf3
commit 1343e93a59
4 changed files with 97 additions and 42 deletions
+10
View File
@@ -6,4 +6,14 @@
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="pythonnet" Version="3.0.5" />
</ItemGroup>
<ItemGroup>
<None Update="AIPython\**\*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>