socket-bot/ica-rs/src/py.rs
2024-02-07 12:52:33 +08:00

19 lines
279 B
XML

// use inline_python::{python, Context};
// use pyo3::prelude::*;
// #[pyclass]
// #[pyo3(name = "BotStatus")]
// pub struct BotStatusPy {}
// pub fn run() {
//
// }
// pub fn run() {
// let con: Context = python! {
// print("Hello, world!");
// };
// }