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