Files

15 lines
239 B
Python
Raw Permalink Normal View History

2026-03-13 13:54:49 +08:00
#-*- coding: ISO-8859-1 -*-
def _():
import sys
if sys.platform == 'cli':
import clr
try:
clr.AddReference('IronPython.Wpf')
except:
pass
_()
del _
from _wpf import *