Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
All from_json take three arguments, first given automatically as they are classmethod, second is an object, third is the json to transform. In this one, the json was passed 2nd and the object (Board in this case) was passed third.
- Loading branch information