Closed aekrylov closed 7 years ago
Blueprint.getBook(str) parses blueprint book from a string. Blueprint(data) can now create a blueprint from an object already parsed. Some common pieces of code are moved to the separate util module.
Blueprint.getBook(str)
Blueprint(data)
also resolves #6
restore original code style in some places
Haha, I can assure you that you didn't catch all of them, but luckily I'm fine with the changes :P
Blueprint.getBook(str)
parses blueprint book from a string.Blueprint(data)
can now create a blueprint from an object already parsed. Some common pieces of code are moved to the separate util module.