Skip to content
Snippets Groups Projects

Docstring refactor of core

Merged Johannes Kung requested to merge docstring_refactor into main
2 files
+ 58
35
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
2
@@ -89,8 +89,7 @@ class CLI:
self._print_list = []
def run(self) -> None:
"""
Run the CLI.
"""Run the CLI.
Put the user in an input loop where they can send commands to the
program.
Loading