Skip to content

Commit

Permalink
Merge pull request #203 from origin/166-static-methods
Browse files Browse the repository at this point in the history
Reduce "global_common" coupling by moving methods that could be
static onto "semantically-closer" py files.

Based on work initially made by @gmarmstrong on PR #166:

  - moves container-specific code out of global_common.py and into
    container.py
  - creates a util.py for static methods used through the whole app
  - move banner code from global_common onto cli.py given that it's
    only displayed there
  - updates tests to reflect these changes
  - move ocr_languages from global_common onto its own json file in
    share/ocr-languages.json to simplify global_common logic
  • Loading branch information
deeplow committed Sep 15, 2022
1 parent aecacee commit 225cb2b
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 225cb2b

Please sign in to comment.