5 lines
53 B
Python
5 lines
53 B
Python
|
import os
|
||
|
import crossbar
|
||
|
|
||
|
crossbar.run(["version"])
|