resources
Data embedded in a code package and accessed in a location-independent manner.
Resources are embedded in code artifacts such as Python wheels or JVM JARs. The sources of a resources
target are accessed via language-specific resource APIs, such as Python's pkgutil or JVM's ClassLoader, via paths relative to the target's source root.
Backend: ``