Skip to content

Commit

Permalink
add taipy designer entry
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhlongviolin1 committed Jun 13, 2024
1 parent 698efa5 commit f3a78e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions taipy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@
if find_spec("taipy.enterprise"):
from taipy.enterprise._init import *

if find_spec("taipy.designer"):
from taipy.designer._init import *

if find_spec("taipy._run"):
from taipy._run import _run as run

0 comments on commit f3a78e9

Please sign in to comment.