mirror of
https://github.com/yavook/kiwi-scp.git
synced 2025-12-06 16:43:00 +00:00
11 lines
139 B
Python
Executable file
11 lines
139 B
Python
Executable file
#!/usr/bin/env python3
|
|
import kiwi
|
|
|
|
|
|
def main():
|
|
kiwi.Runner.setup_all()
|
|
kiwi.Runner.run()
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|