defmodule EctoQLC.Adapters.QLC.Application do @moduledoc false use Application def start(_type, _args) do Supervisor.start_link([], [strategy: :one_for_one, name: EctoQLC.Adapters.QLC.Supervisor]) end end