You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to wrap the render call in a if __name__ == "__main__": block to allow to import and use the render function in other Python scripts and tests.
The text was updated successfully, but these errors were encountered:
dewret/src/dewret/__main__.py
Line 168 in 68ef970
It would be nice to wrap the
render
call in aif __name__ == "__main__":
block to allow to import and use the render function in other Python scripts and tests.The text was updated successfully, but these errors were encountered: