some updates
This commit is contained in:
parent
934b1b842f
commit
ab40540f38
2 changed files with 6 additions and 2 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -320,3 +320,9 @@ cython_debug/
|
|||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
|
||||
/.idea/misc.xml
|
||||
/.idea/modules.xml
|
||||
/podman-compose.yml
|
||||
/.idea/podman-tool.iml
|
||||
/.idea/inspectionProfiles/profiles_settings.xml
|
||||
/.idea/vcs.xml
|
||||
|
|
2
main.py
2
main.py
|
@ -1,10 +1,8 @@
|
|||
import os
|
||||
import subprocess
|
||||
import sys
|
||||
import yaml
|
||||
import argparse
|
||||
|
||||
from waymore.waymore import continueRespFile
|
||||
def main():
|
||||
parser = argparse.ArgumentParser()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue