Files
textual/tests/test_view.py
2022-07-27 15:37:33 +01:00

7 lines
201 B
Python

import pytest
from textual.layouts.grid import GridLayout
from textual.layouts.horizontal import HorizontalLayout
from textual.layouts.vertical import VerticalLayout
from textual.screen import Screen