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