kerrickstaley / genanki

A Python 3 library for generating Anki decks
MIT License
1.99k stars 150 forks source link

Remove write_to_* from Deck class #21

Closed sciencemanx closed 5 years ago

sciencemanx commented 5 years ago

This creates a dependency cycle and it pretty unneeded. Additionally, you can't use media files to the deck this way.

I think these methods should be removed... thoughts?

kerrickstaley commented 5 years ago

I don't think this is a concrete problem with the library and doesn't need to be tracked with a GitHub issue. Closing this so I can pare down the list of open issues.