Fleshed out hooke.plugin.command_stack except for save/load
[hooke.git] / hooke / plugin / __init__.py
index 63f17a34bf6f028cfc99b3a6ec689dd2bdb4f347..95c56e2380ff2d3f7ea3b68fa4442f155fda4291 100644 (file)
@@ -55,6 +55,7 @@ default.  TODO: autodiscovery
 """
 
 BUILTIN_MODULES = [
+    'command_stack',
     'config',
     'curve',
     'debug',