Files
PyG2O/g2o/constants/general.py
AURUMVORXX d779d0a661 feat: Removed CPython separate compilation
+ Upgraded to Python 3.13
+ Added constants to g2o library for auto-completion
2024-11-25 05:11:24 +03:00

5 lines
127 B
Python

import sqg2oconst
DEBUG_MODE = sqg2oconst.DEBUG_MODE
CLIENT_SIDE = sqg2oconst.CLIENT_SIDE
SERVER_SIDE = sqg2oconst.SERVER_SIDE