vnrecode: draft of multithread UI
This commit is contained in:
parent
85f1c3776f
commit
694cf4650f
6 changed files with 116 additions and 91 deletions
|
@ -12,7 +12,7 @@ def init():
|
|||
:return: None
|
||||
"""
|
||||
params = Params.setup()
|
||||
printer = Printer(params.source)
|
||||
printer = Printer(params)
|
||||
utils = Utils(params, printer)
|
||||
compress = Compress(params, printer, utils)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue