Table of Contents¶
t3co/utils/demo_files_installer¶
main¶
Requests user inputs for whether and where to copy t3co demo input files from the t3co.resources folder. Calls the copy_demo_input_files function.
copy_demo_input_files¶
Copies the t3co.resources folder that includes demo input files to a user input destination_path.
Arguments:
destination_path
Union[str, Path] - Path of destination directory for copying t3co.resources folder.