geometry_tools.utils

Provide utility functions used by the various geometry tools in this package.

 1"""Provide utility functions used by the various geometry tools in
 2this package.
 3
 4"""
 5
 6from .core import *
 7
 8from . import cp1, words, testing, numerical, types
 9
10# loaded in core, but whatever
11if SAGE_AVAILABLE:
12    from . import sagewrap