from uniac import (
Service, # base class for kind=lib packages
System, # base class for kind=app packages
Node, # base class for dependency references
NodeSpec, # shared parent of Service and System
load, # construct, validate, and hydrate a NodeSpec subclass
LoadError, # raised by load() on init or coercion failure
)