Files
Icex0-wp2shell-poc/wp2shell/__main__.py
T
2026-07-18 00:50:04 +02:00

7 lines
83 B
Python

import sys
from .cli import main
if __name__ == "__main__":
sys.exit(main())