Coding style.

- Break out termstr, fill3, sorted_collection and lscolors into
  seperate packages and modules.
This commit is contained in:
Andrew Hamilton 2021-10-31 02:21:09 +10:00
parent 8746f578da
commit 2335dec922
18 changed files with 92 additions and 89 deletions

View file

@ -12,8 +12,8 @@ import unittest
os.environ["TERM"] = "xterm-256color"
import golden
import eris.fill3 as fill3
import eris.__main__ as __main__
import fill3
_DIMENSIONS = (100, 60)