Merge pull request #203 from origin/166-static-methods

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
This commit is contained in:
deeplow 2022-09-15 15:19:10 +01:00
parent aecacee315
commit 225cb2b1d2
No known key found for this signature in database
GPG key ID: 577982871529A52A

Diff content is not available