Skip to content

Commit 2f073f9

Browse files
committed
Added IPythonHandle.cs
1 parent 60006fa commit 2f073f9

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
using System;
2+
3+
namespace PythonNETExtensions.Core.Handles
4+
{
5+
public interface IPythonHandle: IDisposable
6+
{
7+
public LongRunningCSharpRegion GetLongRunningCSharpRegion();
8+
}
9+
}

0 commit comments

Comments
 (0)