--- a
+++ b/ForgeWiki/forgewiki/command/base.py
@@ -0,0 +1,4 @@
+from allura.command.base import Command
+
+class WikiCommand(Command):
+    group_name = 'ForgeWiki'