Python is actually kind of awkward for this use case since you can't import from other files easily unless you are in a proper Python package, which isn't usually the case for everyday scripting.
Lol what.
Python lets you dynamically import from anywhere. The syntax is a bit funky, but thats what llms are for.
Lol what.
Python lets you dynamically import from anywhere. The syntax is a bit funky, but thats what llms are for.