mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-06 22:22:11 +08:00
79ca8c9ec9
old-commit-hash: e94a30bec0
8 lines
166 B
Python
8 lines
166 B
Python
import os
|
|
import capnp
|
|
capnp.remove_import_hook()
|
|
|
|
CEREAL_PATH = os.path.dirname(os.path.abspath(__file__))
|
|
log = capnp.load(os.path.join(CEREAL_PATH, "log.capnp"))
|
|
|