Skip to content

Table of Contents

t3co/utils/demo_files_installer

main

Python
def 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

Python
def copy_demo_input_files(destination_path: Union[str, Path]) -> None

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.