# Package Name
HydroLang

## Installation
To install the package, use:

```sh
npm install hydrolang
```

## Usage
To use the package, import it into your code:

```js
import hydrolang from 'hydrolang'
const hydro = new Hydrolang();
```

Then use the package as needed in your code.

## Contributing
Visit [HydroLang Repo](https://github.com/uihilab/HydroLang) for more info.

## License
This package is licensed under an MIT license.