mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-01 20:31:27 +00:00
Split value conversion into a separate module
This commit is contained in:
parent
10d6aa199c
commit
644ebbb2aa
3 changed files with 60 additions and 54 deletions
|
|
@ -4,6 +4,7 @@
|
|||
mod interpreter;
|
||||
use interpreter::{ComponentCompiler, PyDiagnostic, PyDiagnosticLevel, PyValueType};
|
||||
mod errors;
|
||||
mod value;
|
||||
|
||||
use pyo3::prelude::*;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue