Fix out-of-date documentation
This commit is contained in:
parent
da6d8349fa
commit
379cf273cb
4 changed files with 6 additions and 5 deletions
|
|
@ -7,5 +7,5 @@ if __name__ == '__main__':
|
|||
args = parser.parse_args()
|
||||
|
||||
import gerbonara
|
||||
print(gerbonara.LayerStack.from_directory(args.input))
|
||||
print(gerbonara.LayerStack.open(args.input))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue