mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 00:29:38 +08:00
a708e36225
* switch to CMake completely ... * cleanup * Run C tests, update installation instructions.
6 lines
138 B
Python
6 lines
138 B
Python
from __future__ import absolute_import
|
|
from __future__ import division
|
|
from __future__ import print_function
|
|
|
|
from plasma.plasma import *
|