import upstream GUKO 2026-06-23
This commit is contained in:
6
jiaoops.py
Executable file
6
jiaoops.py
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
"""Compatibility wrapper for the GUKO CLI."""
|
||||
from pathlib import Path
|
||||
import runpy
|
||||
|
||||
runpy.run_path(str(Path(__file__).with_name('guko.py')), run_name='__main__')
|
||||
Reference in New Issue
Block a user