mirror of
https://github.com/d0zingcat/deploy.git
synced 2026-05-13 23:16:53 +00:00
9 lines
238 B
Python
9 lines
238 B
Python
from frontend.components.deploy_v2_with_controllers import LaunchV2WithControllers
|
|
from frontend.st_utils import initialize_st_page
|
|
|
|
initialize_st_page(title="Launch Bot ST", icon="🙌")
|
|
|
|
|
|
launcher = LaunchV2WithControllers()
|
|
launcher()
|