This repository has been archived on 2024-05-21. You can view files and clone it, but cannot push or open issues or pull requests.
|
#!/usr/bin/python3
|
|
|
|
import updater
|
|
|
|
target_folder = "tables"
|
|
converter_args = "-nv"
|
|
|
|
updater.process(target_folder, converter_args)
|