1
0
Эх сурвалжийг харах

attempt to fix package installation

jrobinAV 2 жил өмнө
parent
commit
e0c6f55674
1 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  1. 3 3
      src/taipy/_run.py

+ 3 - 3
src/taipy/_run.py

@@ -11,9 +11,9 @@
 
 import typing as t
 
-from . import Gui
-from . import Rest
-from . import Core
+from taipy.gui import Gui
+from taipy.rest import Rest
+from taipy.core import Core
 
 
 def _run(*apps: t.List[t.Union[Gui, Rest, Core]], **kwargs) -> t.Optional[t.Union[Gui, Rest, Core]]: