mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
8 lines
183 B
Python
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()
|