# frozen_string_literal: true module Pf2 class Session attr_reader :configuration # Implementation is in Rust code. end end