8 lines
289 B
Python
8 lines
289 B
Python
"""Pre-integration omnigent code. Moved here during unification.
|
|
|
|
Internal imports between files here use relative syntax (from .X import
|
|
Y). Cross-boundary imports from omnigent-native code inside
|
|
omnigent/ use the explicit path (omnigent.inner.X) so the
|
|
dependency is grep-findable.
|
|
"""
|