victoriavodyana b03dc5fbfc
Lab_6
survey
2024-05-26 20:08:05 +03:00

9 lines
147 B
Python

#!/usr/bin/python3
import updater
target_folder = "activities"
converter_args = "-a -nv"
updater.process(target_folder, converter_args)