custom nodes now has an __init__.py correctly

This commit is contained in:
Benjamin Berman 2023-08-15 17:40:28 -07:00
parent 497c01fed1
commit 18e5aaec4d
2 changed files with 2 additions and 2 deletions

4
.gitignore vendored
View File

@ -4,9 +4,9 @@
!/input/example.png
/[Mm]odels/
/[Tt]emp/
/[Cc]ustom_nodes/
/[Cc]ustom_nodes/*
![Cc]ustom_nodes/__init__.py
!/custom_nodes/example_node.py.example
!/custom_nodes/__init__.py
/extra_model_paths.yaml
/.vs
.idea/

0
custom_nodes/__init__.py Normal file
View File