One weird trick for calling modules cross-scope
A pretty common question is "how do you call a module (from sys_module) cross scope?" This is not only a common question, but a good question. After all, I want to keep as much of my logic as possible in a common, modular format and I just stylisti...
