aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/rules/BRP/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rules/BRP/__init__.py')
-rw-r--r--examples/rules/BRP/__init__.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/rules/BRP/__init__.py b/examples/rules/BRP/__init__.py
deleted file mode 100644
index 54f2261..0000000
--- a/examples/rules/BRP/__init__.py
+++ /dev/null
@@ -1,6 +0,0 @@
-from hrc.rule import Rule
-
-class BRP(Rule):
- async def handle(self) -> None: ...
-
- async def rule(self) -> bool: return False \ No newline at end of file