ó
    û®i  ã                   ó$   • S r SSKJr  \" S5      rg)aû  
Hook for use with the ttkwidgets package

ttkwidgets provides a set of cross-platform widgets for Tkinter/ttk,
some of which depend on image files in order to function properly.

These images files are all provided in the `ttkwidgets/assets` folder,
which has to be copied by PyInstaller.

This hook has been tested on Ubuntu 18.04 (Python 3.6.8 venv) and
Windows 7 (Python 3.5.4 system-wide).

>>> import tkinter as tk
>>> from ttkwidgets import CheckboxTreeview
>>>
>>> window = tk.Tk()
>>> tree = CheckboxTreeview(window)
>>> tree.insert("", tk.END, "test", text="Hello World!")
>>> tree.insert("test", tk.END, "test2", text="Hello World again!")
>>> tree.insert("test", tk.END, "test3", text="Hello World again again!")
>>> tree.pack()
>>> window.mainloop()
é    )Úcollect_data_filesÚ
ttkwidgetsN)Ú__doc__ÚPyInstaller.utils.hooksr   Údatas© ó    Ú`C:\des-py\RoboSAPF\venv\Lib\site-packages\_pyinstaller_hooks_contrib/stdhooks/hook-ttkwidgets.pyÚ<module>r      s   ðñõ0 7á˜<Ó(r	   