package com.flexpoker.util; public class Constants { public static final int MAX_PLAYERS_PER_TABLE = 9; public static final int MIN_PLAYERS_PER_TABLE = 2; }