Skip to content

Commit

Permalink
add readme.md and gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeloki committed Nov 16, 2021
1 parent 7d43874 commit 9a3db51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
.venv
.idea
1 change: 1 addition & 0 deletions README.md
@@ -0,0 +1 @@
# Common python interpreter for NAM
2 changes: 1 addition & 1 deletion nam.py
Expand Up @@ -59,7 +59,7 @@ def apply(self, in_string):

def __init__(self, filename: Path):
"""
Create new rulebook from using path to file with rules
Create new rulebook using path to file with rules
:param filename: file path to rules
"""
self.data = []
Expand Down

0 comments on commit 9a3db51

Please sign in to comment.