Skip to content

Commit

Permalink
fixed import bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yfukai committed Apr 30, 2023
1 parent 75010e4 commit aae90ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/laptrack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__email__ = "ysk@yfukai.net"

from ._tracking import laptrack, LapTrack, LapTrackMulti, LapTrackBase
from . import data_conversion, scores
from . import data_conversion, scores, metric_utils, datasets

__all__ = [
"laptrack",
Expand Down

0 comments on commit aae90ab

Please sign in to comment.