Skip to content

Commit

Permalink
added missing module def
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobello committed Aug 8, 2024
1 parent 6e578c9 commit 1d5aaac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions parllama/validators/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"""Par LLAMA TUI validators package."""

from __future__ import annotations

__all__: list[str] = []

0 comments on commit 1d5aaac

Please sign in to comment.