Skip to content

Commit

Permalink
[Update DnD Character] Add Missing Function to Stub (#3735)
Browse files Browse the repository at this point in the history
Per [this discussion](https://forum.exercism.org/t/d-d-character-test-bug/11237/3) on the forum.  Decided to amend the stub, as it was the easiest an least confusing solution.
  • Loading branch information
BethanyG authored Jul 8, 2024
1 parent 47e7837 commit c3278e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions exercises/practice/dnd-character/dnd_character.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
class Character:
def __init__(self):
pass

def modifier(value):
pass

0 comments on commit c3278e1

Please sign in to comment.