Current section

Files

Jump to
google_sheets lib google_sheets.ex
Raw

lib/google_sheets.ex

defmodule GoogleSheets do
use Application
require Logger
@moduledoc false
@doc false
def start(_type, _args) do
GoogleSheets.Supervisor.start_link
end
end