Skip to content
Snippets Groups Projects
Commit 5dc452be authored by Mathieu Loiseau's avatar Mathieu Loiseau
Browse files

TODO convert

parent c7969402
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,11 @@ class Wiktextract:
if not page:
return None
result = parse_page(self.wxr, title, page.body)
# convert(result)
return result
# def convert
if __name__ == "__main__":
import argparse
from argparse import RawTextHelpFormatter #pour le formattage de l'aide
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment