6 lines
93 B
Python
6 lines
93 B
Python
from output.IOutput import IOutput
|
|
from output.print import Print
|
|
|
|
OUTPUTER = [
|
|
Print()
|
|
] |