Added init struct (resource loading helpers)

This commit is contained in:
2020-04-21 19:04:08 +02:00
parent 7165f9ee89
commit a519a9696c
13 changed files with 81 additions and 14 deletions

7
sunpy/node/__init__.js Normal file
View File

@@ -0,0 +1,7 @@
// Map
import "./node.js";
import "./propertyreader.js";
import "./nodes/basenode.js";
import "./nodes/swapnode.js";
import "./nodes/propertynode.js";