mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-30 06:23:13 -06:00
4 lines
74 B
Python
4 lines
74 B
Python
|
import platform
|
||
|
if platform.system() == "Windows":
|
||
|
from wxUtils import *
|