1 2 3 4 5 6 7 8 9
from botcore import ( regex, ) __all__ = [ regex, ] __all__ = list(map(lambda module: module.__name__, __all__))