Open timadye opened 1 year ago
Currently every function is added to the global scope and all code is loaded together without using import.
import
This is ugly, but convenient. Can we do a bit better, eg. with explicit imports to load all functions from each file?
Currently every function is added to the global scope and all code is loaded together without using
import
.This is ugly, but convenient. Can we do a bit better, eg. with explicit imports to load all functions from each file?