Skip to content

Commit

Permalink
Fix coquille.coquille.__all__ to add write (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
qexat authored Jul 15, 2023
1 parent fb33e31 commit 43af015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coquille/coquille.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from coquille.sequences import EscapeSequence
from coquille.sequences import soft_reset

__all__ = ["apply", "Coquille", "EscapeSequence", "prepare"]
__all__ = ["apply", "Coquille", "EscapeSequence", "prepare", "write"]

# ... don't say anything.
if TYPE_CHECKING: # pragma: no cover
Expand Down

0 comments on commit 43af015

Please sign in to comment.