Metadata-Version: 2.4
Name: jay2_mycode_utils
Version: 0.1.0
Summary: Simple utility functions
Author: Your Name
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# MyCode

Simple Python utility package.

## Usage
```python
import mycode as m
print(m.hello())
```
