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, 4 insertions, 0 deletions
diff --git a/examples/plugins/HydroRoll/command/typing.py b/examples/plugins/HydroRoll/command/typing.py
new file mode 100644
index 0000000..b52d4a6
--- /dev/null
+++ b/examples/plugins/HydroRoll/command/typing.py
@@ -0,0 +1,4 @@
+from pydantic import BaseModel
+
+class CommandBase(BaseModel):
+ ... \ No newline at end of file