1
0
mirror of https://github.com/TomSchimansky/CustomTkinter.git synced 2023-08-10 21:13:13 +03:00
2022-05-16 16:51:19 +02:00

8 lines
183 B
Python

from test_ctk import TestCTk
from test_ctk_toplevel import TestCTkToplevel
from test_ctk_button import TestCTkButton
TestCTk().main()
TestCTkToplevel().main()
TestCTkButton().main()