mirror of
https://github.com/lexmount/moli.git
synced 2026-09-23 16:01:25 +00:00
8 lines
134 B
Python
Executable File
8 lines
134 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
from moli_benchmark.sequential_navigate import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
raise SystemExit(main())
|