Add Draft
Sport
Basketball
Summary
Add the leagues draft for the given year
I will try to work on this! I plan on using porting the draft classes from the football leagues into the basketball ones.
This is my first time contributing, any guidance or advice would be appreciated!
@cwendt94
Hi there, I have forked and cloned the repository into a local directory and made my changes. However, when I attempt to run any of the files in the repo, it gives me an error like so:

Any advice or suggestions? I'm looking for an efficient way to test my changes locally.
Thanks!
Thanks for taking on this ticket! I definitely think that's the right idea looking at the football draft logic!
Hmm from a quick look I think it's because you are trying to run the basketball league.py as a single file. You could try loading the package at the top level. I usually make changes then start up python cli inside the top level GitHub project. Then can load the league how you would normally
from espn_api.basketball import League
Didn't see any updates on this so I created a PR here
Draft feature now in v0.29.0!