6 lines
77 B
Python
6 lines
77 B
Python
from polars.dataframe.frame import DataFrame
|
|
|
|
__all__ = [
|
|
"DataFrame",
|
|
]
|