Add pyproject.toml
This commit is contained in:
parent
8e6a90ef01
commit
b2d7c5b4b6
4 changed files with 35 additions and 1 deletions
|
|
@ -8,5 +8,5 @@ if __name__ == "__main__":
|
|||
argparser.add_argument('filename')
|
||||
args = argparser.parse_args() # exits on error
|
||||
|
||||
from .parser import parseFile
|
||||
from parser import parseFile
|
||||
print(parseFile(args.filename))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue