Metadata-Version: 2.4
Name: xhline
Version: 0.1.0
Summary: A simple package that provides an xhline module with long text strings.
Author: xhline Author
License-Expression: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# xhline

A simple Python package that provides an `xhline` module.

## Installation

```bash
pip install .
```

## Usage

```python
from xhline import r1
print(r1)
```
