use crateObject;
const G: f64 = 6.67430e-11; // Gravitational constant
/// The `calculate_gravitational_force` function is used to calculate the gravitational force
/// between two objects.
///
/// # Examples
/// ```
/// use openphys::modules::gravitational_force::calculate_gravitational_force;
///
/// let distance = 6000.0;
///
/// fn main() {
///
/// }
/// ```