Skip to content

Commit

Permalink
add negro leagues to enum
Browse files Browse the repository at this point in the history
  • Loading branch information
nwinston committed Mar 8, 2023
1 parent 0cdbe5d commit 7061099
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pybaseball/enums/fangraphs/league.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ class FangraphsLeague(EnumBase):
AL = 'al'
FL = 'fl'
NL = 'nl'
MNL = 'mnl'
NNL = 'nnl'
ECL = 'ecl'

0 comments on commit 7061099

Please sign in to comment.