365 bytes added
	
		,  04:45, 16 July 2021
	
 
local MlbStandingsData = { }
MlbStandingsData.abbreviationForDivision = {
    ['American League Central'] = 'AL Central',
    ['American League East'] = 'AL East',
    ['American League West'] = 'AL West',
    ['National League Central'] = 'NL Central',
    ['National League East'] = 'NL East',
    ['National League West'] = 'NL West',
}
return MlbStandingsData