refactor: rename ListModels* to ModelList*

This commit is contained in:
Ivan Gabriele
2024-03-04 01:56:48 +01:00
parent 809af31dd0
commit 4e702aa48e
3 changed files with 9 additions and 9 deletions

View File

@@ -3,4 +3,4 @@ pub mod client;
pub mod common;
pub mod constants;
pub mod error;
pub mod list_models;
pub mod model_list;