// 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!"); // }; // }