defmodule TTlockClient do @moduledoc """ Documentation for `TTlockClient`. """ @doc """ Hello world. ## Examples iex> TTlockClient.hello() :world """ def hello do :world end end