| Current Path : /lib/python3.8/site-packages/cleo/ui/ |
| Current File : //lib/python3.8/site-packages/cleo/ui/table_separator.py |
from __future__ import annotations
from cleo.ui.table_cell import TableCell
class TableSeparator(TableCell):
def __init__(self) -> None:
super().__init__("")