diff options
Diffstat (limited to 'lib/nodes/ample.js')
| -rw-r--r-- | lib/nodes/ample.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/nodes/ample.js b/lib/nodes/ample.js new file mode 100644 index 0000000..e48d250 --- /dev/null +++ b/lib/nodes/ample.js @@ -0,0 +1,7 @@ +import TripleAmplitude from '../components/triple_amplitude'; +import { Node } from '@serpentity/serpentity'; + +export default class Ample extends Node {}; +Ample.types = { + amplitude: TripleAmplitude +} |