Add trait Model
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
use sac::model::Model;
|
||||
use sac::modelA::ModelA;
|
||||
|
||||
const DATA: &[u8] = b"
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1,3 +1,4 @@
|
||||
use sac::model::Model;
|
||||
use sac::modelA::ModelA;
|
||||
|
||||
const DATA: &[u8] = b"
|
||||
|
||||