Your IP : 216.73.216.79


Current Path : /lib/python3.8/site-packages/cleo/ui/
Upload File :
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__("")