mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-02 22:42:12 +00:00
6 lines
95 B
Python
6 lines
95 B
Python
|
|
import os
|
||
|
|
import crossbar
|
||
|
|
|
||
|
|
os.environ["AUTOBAHN_USE_UMSGPACK"] = "1"
|
||
|
|
crossbar.run(["version"])
|