├── Framework.py ├── Space.js └── Widget.html /Framework.py: -------------------------------------------------------------------------------- 1 | # Random Python commit 2 | x = 42 3 | print(x) -------------------------------------------------------------------------------- /Space.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jb7825906/laughing-guide/HEAD/Space.js -------------------------------------------------------------------------------- /Widget.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jb7825906/laughing-guide/HEAD/Widget.html --------------------------------------------------------------------------------