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