class Seatsio::TableBookingConfig

def initialize(mode, tables = nil)

def initialize(mode, tables = nil)
  @mode = mode
  @tables = tables
end