earwig / mwparserfromhell

A Python parser for MediaWiki wikicode
https://mwparserfromhell.readthedocs.io/
MIT License
757 stars 75 forks source link

add missing public items to __all__ #225

Closed nyurik closed 4 years ago

nyurik commented 4 years ago

Added a few more public classes, and sorted the all value. The Attribute and Parameter classes are not included as they can be imported from the mwparserfromhell.nodes.extras without linter complaining. They could be added to this all too.

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.06%) to 98.979% when pulling e66a2db0ed2710a7ec9a6ae9708183befa4da5de on nyurik:patch-2 into 1d5db417518286180538d5ce533aac5d3bc7c365 on earwig:develop.

earwig commented 4 years ago

Thanks!