mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 23:39:37 +08:00
a708e36225
* switch to CMake completely ... * cleanup * Run C tests, update installation instructions.
7 lines
181 B
Python
7 lines
181 B
Python
from __future__ import absolute_import
|
|
from __future__ import division
|
|
from __future__ import print_function
|
|
|
|
from core.src.photon.libphoton import *
|
|
from .photon_services import *
|