vnrecode: docstrings
This commit is contained in:
parent
1c1e8a9292
commit
df20bd3636
6 changed files with 177 additions and 23 deletions
|
@ -7,6 +7,10 @@ from .utils import Utils
|
|||
|
||||
|
||||
def init():
|
||||
"""
|
||||
This function creates all needed class instances and run utility
|
||||
:return: None
|
||||
"""
|
||||
params = Params.setup()
|
||||
printer = Printer(params.source)
|
||||
utils = Utils(params, printer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue