Sindbad~EG File Manager

Current Path : /proc/self/root/opt/imh-python/lib/python3.9/site-packages/prompt_toolkit/
Upload File :
Current File : //proc/self/root/opt/imh-python/lib/python3.9/site-packages/prompt_toolkit/data_structures.py

from __future__ import annotations

from typing import NamedTuple

__all__ = [
    "Point",
    "Size",
]


class Point(NamedTuple):
    x: int
    y: int


class Size(NamedTuple):
    rows: int
    columns: int

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists