4 lines
110 B
Python
4 lines
110 B
Python
import modulecli
|
|
|
|
# Example: Run the 'play' command with version '1.16.5'
|
|
modulecli.run_command("play 1.16.5") |