Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkkirschner committed Feb 23, 2024
1 parent 47ab90d commit c1e3d8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/NodeServices/PythonServices.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ namespace Dynamo.PythonServices
public enum EvaluationState { Success, Failed }

/// <summary>
/// This abstract class is intended to act as a base class for different python engines
/// This abstract class is intended to act as a base class for different python engines.
/// When you derive from this class to implement a new python engine, ensure all referenced assemblies from the
/// assembly that contains your python engine type are loadable at runtime or Dynamo will not load your python engine type.
/// </summary>
[SupressImportIntoVM]
[IsVisibleInDynamoLibrary(false)]
Expand Down

0 comments on commit c1e3d8a

Please sign in to comment.