This commit is contained in:
2025-04-25 10:04:19 -04:00
parent c33aeda9d5
commit cffff2d634
5 changed files with 5 additions and 5 deletions

View File

@@ -14,4 +14,4 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
use crate::algorithm::connections::BellandeArchError;
use bellande_step::make_bellande_node_importance_request;
use bellande_node_importance::make_bellande_node_importance_request;

View File

@@ -14,4 +14,4 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
use crate::algorithm::connections::BellandeArchError;
use bellande_step::make_bellande_particle_request;
use bellande_particle::make_bellande_particle_request;

View File

@@ -14,4 +14,4 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
use crate::algorithm::connections::BellandeArchError;
use bellande_step::make_bellande_probability_request;
use bellande_probability::make_bellande_probability_request;

View File

@@ -14,4 +14,4 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
use crate::algorithm::connections::BellandeArchError;
use bellande_step::make_bellande_segment_request;
use bellande_segment::make_bellande_segment_request;

View File

@@ -14,4 +14,4 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
use crate::algorithm::connections::BellandeArchError;
use bellande_step::make_bellande_tree_request;
use bellande_tree::make_bellande_tree_request;