defmodule Mix.Tasks.PromEx.Gen.Config do @moduledoc """ This will generate a PromEx config """ use Mix.Task @impl true def run(_args) do end end