Metadata-Version: 2.4
Name: easycommands
Version: 0.1.0
Summary: adds an easy to use command system
Author: lampshade_laj
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# easycommands

adds an easy to use command system

## Installation

```bash
pip install easycommands
```

## Usage

```python
# Add usage examples here
```

## License

MIT
