1
0

add cli for trainer

This commit is contained in:
2026-01-10 20:59:54 +08:00
parent 9c70ea9b6d
commit b96c1d4318
2 changed files with 62 additions and 2 deletions

View File

@@ -1,15 +1,17 @@
from cmd_server import CmdServer, HandshakePayload, PixelKind
from while_stopper import INSTANCE as STOPPER
import cli
import logging
def receive_data() -> None:
logging.info("Data received")
def main():
server = CmdServer()
# parse argument
opts = cli.parse()
server = CmdServer()
print("Please launch BasaltPresenter now.")
print("Then press Enter to continue...")
input()