autoextract_poet.util.export

export(fn)[source]

Decorator that includes the decorated element into the __all__ variable in the module. Useful to control what is imported when import * from <module> is used.