Added
- Add tests in CI with pytest, mypy and ruff in PR 13.
- Add `delaybeforesend` argument due to pexpect in PR 12 thanks to punchagan.
Changed
- List of `Instructions` are now built by an external function (from `parse.py` for example) and given to `Script` as an argument. This, `Script` is completely independent of implementations of `Instructions`.
Fixed
- Fix typo in PR 10 thanks to punchagan.
- Fix when using asciinema argument `--append` in PR 11 thanks to punchagan.