refactor(pyargus): make pyargus depend only on argus
This commit is contained in:
parent
db3a63f9e1
commit
444d60197d
6 changed files with 32 additions and 64 deletions
|
|
@ -1,5 +1,3 @@
|
|||
pub mod prelude {
|
||||
pub use argus_core::prelude::*;
|
||||
pub use argus_parser::parse_str;
|
||||
pub use argus_semantics::{BooleanSemantics, QuantitativeSemantics, Trace};
|
||||
}
|
||||
pub use argus_core::signals::{AnySignal, Signal};
|
||||
pub use argus_core::{expr, signals, ArgusResult, Error};
|
||||
pub use argus_semantics::{BooleanSemantics, QuantitativeSemantics, Trace};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue