Coding Style.

- Move terminal.py from termstr package to fill3 package.
- Terminal was no longer used by termstr.
- Terminal could be in its own package in future.
This commit is contained in:
Andrew Hamilton 2021-11-03 14:26:07 +10:00
parent f44afb5b5d
commit a74633e087
4 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ import os
import signal
import sys
import termstr.terminal as terminal
import fill3.terminal as terminal
import termstr