mirror of
https://github.com/infeeeee/dyn2py
synced 2025-12-16 22:16:18 +01:00
Move read() methods to __init__(), new tests
This commit is contained in:
@@ -75,7 +75,7 @@ options = dyn2py.Options(
|
||||
backup=True,
|
||||
python_folder="path/to/pythonfiles")
|
||||
|
||||
dynamo_file = dyn2py.DynamoFile("path/to/dynamofile")
|
||||
dynamo_file = dyn2py.DynamoFile("path/to/dynamofile.dyn")
|
||||
python_files = dynamo_file.get_related_python_files(options)
|
||||
|
||||
# Read python files and update the graph:
|
||||
|
||||
Reference in New Issue
Block a user