mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-06-22 15:11:12 +00:00
c30fd4f67d
Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
128 B
Python
8 lines
128 B
Python
"""Replay runner entry point."""
|
|
|
|
from e2e.replay.harness import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
raise SystemExit(main())
|