5 lines
No EOL
109 B
Python
5 lines
No EOL
109 B
Python
import lorem
|
|
|
|
class LoremIpsumDataset:
|
|
def __init__(self):
|
|
self.data = lorem.text(paragraphs=100) |