main.py 347 B

123456789101112
  1. # This is a sample Python script.
  2. # Press Shift+F10 to execute it or replace it with your code.
  3. # Press Double Shift to search everywhere for classes, files, tool windows, actions, and settings.
  4. import sys
  5. from spider.winhc_job import main as winhc_jab_main
  6. if __name__ == '__main__':
  7. print(f"input args: {sys.argv}")
  8. winhc_jab_main()