Skip to content

Commit

Permalink
add short docstring to top of optimizer module
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdavham committed Jan 24, 2025
1 parent ec7d801 commit 153862e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fsrs/optimizer.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
"""
fsrs.optimizer
---------
This module defines the optional Optimizer class.
"""

from .fsrs import Card, ReviewLog, Scheduler, Rating, State, DEFAULT_PARAMETERS
import math
from datetime import datetime
Expand Down

0 comments on commit 153862e

Please sign in to comment.