Split the click groups and commands into separate modules
Closed this issue · 1 comments
hotenov commented
TO DO
To simplify maintenance and future changes, it's need to implement more complex code structure.
As help references:
hotenov commented
Now package structure is
playlist_along
│ cli.py
│ playlist.py
│ py.typed
│ _utils.py
│ __init__.py
│ __main__.py
│
├───commands
│ │ convert.py
│ │ display.py
│ │ __init__.py