Closed bradleyayers closed 5 years ago
Why would this prevent it from being used as a library? When you import something via the use keyword, it doesn't execute function calls at the top-level.
use
Ah my bad, I was using include instead of use. Sorry about that!
include
Why would this prevent it from being used as a library? When you import something via the
use
keyword, it doesn't execute function calls at the top-level.