mirror of
https://github.com/Icex0/wp2shell-poc
synced 2026-07-18 19:05:08 +00:00
7 lines
83 B
Python
7 lines
83 B
Python
import sys
|
|
|
|
from .cli import main
|
|
|
|
if __name__ == "__main__":
|
|
sys.exit(main())
|