defmodule Snek do @moduledoc """ A framework for defining Battlesnake-compatible rulesets and board positions. This top-level module is just a namespace. Check the submodules for all the interesting bits. """ @moduledoc since: "0.1.0" end