aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/plugins/HydroRoll/command/alias_command.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/plugins/HydroRoll/command/alias_command.py')
-rw-r--r--examples/plugins/HydroRoll/command/alias_command.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/plugins/HydroRoll/command/alias_command.py b/examples/plugins/HydroRoll/command/alias_command.py
new file mode 100644
index 0000000..462c062
--- /dev/null
+++ b/examples/plugins/HydroRoll/command/alias_command.py
@@ -0,0 +1,4 @@
+from .typing import CommandBase
+
+class AliasCommand(CommandBase):
+ ... \ No newline at end of file