lib/membrane/element/callback_context/init.ex

defmodule Membrane.Element.CallbackContext.Init do
  @moduledoc """
  Callback context for `c:Membrane.Element.Base.handle_init/2`.
  """
  use Membrane.Core.Element.CallbackContext
end