Skip to content

Commit

Permalink
Create _controller.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Aug 26, 2016
1 parent 97031aa commit 47328a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/py/autowig/_controller.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from pkgtk.plugin import PluginManager

controller = PluginManager('autowig.controller', brief="AutoWIG middle-end plugin_managers",
details="""AutoWIG middle-end plugin_managers are responsible for Abstract Semantic Graph (ASG) modification from Python semantic queries.
.. seealso:: :class:`autowig.AbstractSemanticGraph` for more details on ASGs""")

0 comments on commit 47328a5

Please sign in to comment.