|
|
|
|
|
by jbergknoff
2237 days ago
|
|
I think anything that treats paths on disks/library names as string literals would be workable. So, for instance, the stuff from the importlib standard library would probably be good enough if it was a top level/global construct that worked with quoted strings. > from './app/utils.py' import numbers |
|