- Added support for PyQt.

- Refactored widgets to catch ModuleNotFoundErrors.
This commit is contained in:
louisnw
2023-05-15 12:28:25 +01:00
parent d8424d6da3
commit 7c125b24ec
4 changed files with 44 additions and 13 deletions

View File

@ -1,8 +1,4 @@
from .chart import Chart
from .js import LWC
try:
import wx.html2
from .widgets import WxChart
except:
pass