Skip to content

Commit

Permalink
Modernize package and prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Nov 28, 2024
1 parent a391afd commit 33afe44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/head_direction/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
import head

__all__ = ["head"]
from .head import head_direction as head_direction
from .head import head_direction_rate as head_direction_rate
from .head import head_direction_score as head_direction_score

0 comments on commit 33afe44

Please sign in to comment.