mtgatracker / python-mtga

MTGA set data & tooling for python
MIT License
26 stars 23 forks source link

Use logging instead of raw print #20

Open kelesi opened 4 years ago

kelesi commented 4 years ago

Wrapped static and dynamic card pool generation into dedicated functions. Raw printing replaced with logging to avoid unnecessary messages in tools dependent on the library.