fix const

This commit is contained in:
shenjack 2023-05-06 22:12:08 +08:00
parent da2958de1e
commit 9e1819b0d7

View File

@ -16,7 +16,7 @@ mod types;
use pyo3::prelude::*;
const MOD_PATH: String = String::from("mods");
// const MOD_PATH: String = String::from("mods");
enum LoadState {
init,
@ -55,6 +55,6 @@ fn module_init(_py: Python<'_>, m: &PyModule) -> PyResult<()> {
Ok(())
}
pub fn run() {}
// pub fn run() {}
fn init() {}
// fn init() {}