herbe
herbe copied to clipboard
Refactoring line parsing code to its own method
Moved the code to parse lines into its own method to make it easier to reuse for patches and less likely to cause conflicts.
Also imports were sorted.