1
0
mirror of https://github.com/pyscript/pyscript.git synced 2022-05-01 19:47:48 +03:00

Simplify platform detection.

This commit is contained in:
Russell Keith-Magee
2022-04-20 08:14:39 +08:00
parent 6ec94a0522
commit 481553c78e
5 changed files with 0 additions and 3 deletions

View File

@@ -45,9 +45,6 @@ await micropip.install([
])
from toga_web.dom import handle as dom_handle
from toga import platform
platform.current_platform = 'web'
from freedom.__main__ import main