TTY OV  1
A cross platform python terminal
Loading...
Searching...
No Matches
__init__.py
Go to the documentation of this file.
1"""
2File in charge of easing the import of the program
3"""
4from .tty_ov import TTY
5from .tty_ov import HLLs
6from .tty_ov import ColouriseOutput as CO
7from .tty_ov import AskQuestion as AQ
8
9
11 """ A rebind of the same library to help you access the ressources """
12 pass
13
14
15class AskQuestion(AQ):
16 """ A rebind of the same library to help you access the ressources """
17 pass
18
19
20class TTY_OV(TTY):
21 """ A name rebind to for those who whish to follow the library name """
22 pass
23
24
25class TTY_Ov(TTY):
26 """ A name rebind to for those who whish to follow the library name """
27 pass
28
29
30class Tty_Ov(TTY):
31 """ A name rebind to for those who whish to follow the library name """
32 pass
33
34
35class TTYOV(TTY):
36 """ A name rebind to for those who whish to follow the library name """
37 pass
38
39
40class TtyOv(TTY):
41 """ A name rebind to for those who whish to follow the library name """
42 pass
43
44
45class tty_ov(TTY):
46 """ A name rebind to for those who whish to follow the library name """
47 pass
48
49
50class tty(TTY):
51 """ A name rebind to for those who whish to follow the library name """
52 pass