6 lines
155 B
Python
6 lines
155 B
Python
import operator
|
|
|
|
from .. import dynload
|
|
|
|
def load_all():
|
|
return dynload.submodule_items_named(__file__, operator.methodcaller('endswith', 'Importer'))
|