File: keyboard_line_chars.py

package info (click to toggle)
python-easy-ansi 0.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 488 kB
  • sloc: python: 3,109; sh: 127; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 193 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
TOP_LEFT = "+"
TOP_MIDDLE = "-"
TOP_RIGHT = "+"
BOTTOM_LEFT = "+"
BOTTOM_MIDDLE = "-"
BOTTOM_RIGHT = "+"
LEFT_MIDDLE = "|"
RIGHT_MIDDLE = "|"
CENTER_CROSS = "+"
HORIZONTAL = "-"
VERTICAL = "|"