Skip to content

Commit

Permalink
Add a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
gtrepta committed Jul 1, 2024
1 parent 5cc6f7c commit 07cc051
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyk/src/pyk/ktool/kfuzz.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@


class KFuzz:
"""Interface for fuzzing over property tests in K"""

definition_dir: Path

def __init__(self, definition_dir: Path) -> None:
Expand Down

0 comments on commit 07cc051

Please sign in to comment.