mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-03-14 01:23:21 -06:00
7 lines
143 B
Python
7 lines
143 B
Python
|
|
import platform
|
|
if platform.system() == "Windows":
|
|
from .wxUtils import *
|
|
#elif platform.system() == "Linux":
|
|
# from gtkUtils import *
|