import_all#
- import_all(file, /)#
Import everything in the directory of a given file.
Can be used to quickly import all datasets and make them available as configurable sections.
Can be passed
__file__for instance. Private modules (starting with _) are not imported.- Return type:
None