hppfcl/__init__.py
Go to the documentation of this file.
1 import warnings
2 
3 warnings.warn(
4  "Please update your 'hppfcl' imports to 'coal'", category=DeprecationWarning
5 )
6 
7 from coal import Transform3s as Transform3f # noqa
8 from coal import * # noqa
9 from coal import __raw_version__, __version__ # noqa


hpp-fcl
Author(s):
autogenerated on Sat Nov 23 2024 03:44:57