//! Here we define the Python API for data access layer. This is currently just one file, but we will probably
//! expand this module into a directory with multiple files as the project grows as we will also need to define
//! python classes in the future when building out the tags for the surgery steps.
use crateread_rgb_image as read_rgb_image_rust;
use *;