from botcore import ( regex, ) __all__ = [ regex, ] __all__ = list(map(lambda module: module.__name__, __all__))