README.md
# ai
[](https://hex.pm/packages/ai)
[](https://hexdocs.pm/ai/)
```sh
gleam add ai@1
```
```gleam
import ai
pub fn main() -> Nil {
// TODO: An example of the project in use
}
```
Further documentation can be found at <https://hexdocs.pm/ai>.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```