blob: 0fd3137021333dd96f4f7637dea6c46ff7206feb [file] [log] [blame]
__all__ = ['foo', 'bar']
for i in range(5):
__all__.append('f' + str(i))