# frozen_string_literal: true
module ESM
module Website
##
# Namespace for the website-facing RPC layer. The transport is the {Server}
# class under `api/server.rb`; individual RPC implementations live under
# `api/handlers/`.
#
class API
end
end
end