Rename oci_model to appr_model
This commit is contained in:
parent
f0d4841155
commit
6622f27c93
19 changed files with 222 additions and 171 deletions
9
data/appr_model/__init__.py
Normal file
9
data/appr_model/__init__.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
from data.appr_model import (
|
||||
blob,
|
||||
channel,
|
||||
manifest,
|
||||
manifest_list,
|
||||
package,
|
||||
release,
|
||||
tag,
|
||||
)
|
Reference in a new issue