One two three. This just tests some stuff.
- Lists
- Interesting
Math:
$$ \frac{1}{3} $$Code:
def hello():
print("World")
External Code:
# /// script
# dependencies = [
# "rootpath",
# ]
# ///
import rootpath
rootpath.append()
print("Hello Static")
External Code Relative:
# /// script
# dependencies = [
# "rootpath"
# ]
# ///
import rootpath
rootpath.append()
print("Hello Relative")