BMAD-METHOD/.claude/rules/python-developer-cursorrule.../python-code-style.mdc

5 lines
152 B
Plaintext

---
description: Ensures that all Python code is written using classes instead of functions.
globs: **/*.py
---
- Always use classes instead of function