4 lines
No EOL
69 B
Python
4 lines
No EOL
69 B
Python
import sys
|
|
|
|
if sys.platform == 'win32':
|
|
from . import TrayiconPlugin |