Files
archived-hipudding-teslamate/lib/teslamate.ex
Adrian Kumpf 76208a456c Rename otp app
2019-04-07 13:42:51 +02:00

10 lines
255 B
Elixir

defmodule TeslaMate do
@moduledoc """
TeslaMate keeps the contexts that define your domain
and business logic.
Contexts are also responsible for managing your data, regardless
if it comes from the database, an external API or others.
"""
end