/* -*- mode: c++ -*- */
/**
 \page FrameCPPPythonInterface The Python interface to FrameCPP library

 This interface is for Python developers.
 Many of the C++ classes have been mapped into the interface
 using SWIG.
 The interface is based on the current frame specification.
 Instead of just providing a one-to-one mapping of the
 C++ classes Python objects, efforts have been made to provide
 an interface that is intuitive to Python developers.
*/
