Skip to content

Commit

Permalink
python: fix issue of No module named 'semantic_kernel.planning'
Browse files Browse the repository at this point in the history
  • Loading branch information
feiskyer authored and shawncal committed May 6, 2023
1 parent 5fcf5e6 commit 8e433ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions python/semantic_kernel/planning/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from semantic_kernel.planning.basic_planner import BasicPlanner
from semantic_kernel.planning.plan import Plan

__all__ = [
"BasicPlanner",
"Plan",
]

0 comments on commit 8e433ec

Please sign in to comment.