fdcb8bad23
Note that this change does *not* enable the new data model by default, but does allow it to be used when a special environment variable is specified.
8 lines
213 B
Python
8 lines
213 B
Python
# There MUST NOT be any circular dependencies between these subsections. If there are fix it by
|
|
# moving the minimal number of things to shared
|
|
from data.model.oci import (
|
|
label,
|
|
manifest,
|
|
shared,
|
|
tag,
|
|
)
|