fix: fixed web runner import

main
Sofus Albert Høgsbro Rose 2024-05-05 10:00:45 +02:00
parent b0db0ca072
commit 999d601c49
Signed by: so-rose
GPG Key ID: AD901CB0F3701434
1 changed files with 3 additions and 3 deletions

View File

@ -14,11 +14,11 @@
# You should have received a copy of the GNU Affero General Public License # You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
from . import tidy_3d_web_runner from . import tidy3d_web_runner
BL_REGISTER = [ BL_REGISTER = [
*tidy_3d_web_runner.BL_REGISTER, *tidy3d_web_runner.BL_REGISTER,
] ]
BL_NODES = { BL_NODES = {
**tidy_3d_web_runner.BL_NODES, **tidy3d_web_runner.BL_NODES,
} }