amethyst/lib/servers/stage1.ex

6 lines
126 B
Elixir
Raw Normal View History

defmodule Amethyst.Server.Stage1 do
@moduledoc """
This module contains the stage 1 (Handshaking) server logic.
"""
end