Files
simulation_core/output/bin/Debug/Lib/wpf.py
2026-03-13 13:54:49 +08:00

15 lines
239 B
Python
Executable File

#-*- coding: ISO-8859-1 -*-
def _():
import sys
if sys.platform == 'cli':
import clr
try:
clr.AddReference('IronPython.Wpf')
except:
pass
_()
del _
from _wpf import *