Files
2026-07-13 13:12:00 +08:00

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.
"""