first part for phy simluation #34

Merged
shenjackyuanjie merged 19 commits from dr_game/phy_simluation into main 2023-06-22 02:11:47 +08:00
3 changed files with 2 additions and 4 deletions
Showing only changes of commit 420e643e1f - Show all commits

View File

@ -6,14 +6,14 @@
* -------------------------------
*/
mod types;
mod logger;
mod plugin;
mod python;
mod render;
mod sr1_data;
mod simulator;
mod sr1_data;
mod translate;
mod types;
use pyo3::prelude::*;

View File

@ -167,7 +167,6 @@ pub mod data {
pub mod translate {
use crate::translate;
}
pub mod console {

View File

@ -6,7 +6,6 @@
* -------------------------------
*/
use std::collections::HashMap;
type TranslateMapper = HashMap<String, HashMap<String, HashMap<String, String>>>;