📄 Configuration files that enhance Cursor AI editor experience with custom rules and behaviors
|
|
---
|
||
|
|
description: Ensures that all Python code is written using classes instead of functions.
|
||
|
|
globs: **/*.py
|
||
|
|
---
|
||
|
|
- Always use classes instead of function
|