defmodule PewPew do @moduledoc """ This is a simple mailgun client for Elixir. The only functionality right now is sending emails, but I plan on improving it over the next few versions until it stabilizes into the 1.x version. """ end