Skip to content

Commit 3fdf710

Browse files
add __init__.py for capabilities (microsoft#1177)
* Create __init__.py * Update __init__.py * Update __init__.py Fix formatting to satisfy black. --------- Co-authored-by: Ricky Loynd <[email protected]>
1 parent ffea371 commit 3fdf710

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from .teachability import Teachability
2+
from .agent_capability import AgentCapability
3+
4+
5+
__all__ = ["Teachability", "AgentCapability"]

0 commit comments

Comments
 (0)