python3-webengine-gtk3/usr/lib/python3/dist-packages/webengine/gtk3/__init__.py

11 lines
259 B
Python
Raw Normal View History

2023-08-31 16:57:55 +08:00
#!/usr/bin/env python3
# @author yutent<yutent.io@gmail.com>
# @date 2023/08/31 11:55:25
2023-09-04 19:11:36 +08:00
from ._webengine import WebEngine
from ._settings import create_setting
from ._hotreload import create_hmr_server
2023-08-31 16:57:55 +08:00
2023-09-04 18:29:12 +08:00
build = (0, 3, 0)
2023-08-31 16:57:55 +08:00
version = '.'.join(map(str, build))