Skip to content

Commit

Permalink
Turned path into subpackage (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlles Abreu authored Apr 23, 2024
1 parent cf5242f commit c9e19e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions cvpack/path/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"""
.. package:: path
:platform: Linux, MacOS, Windows
:synopsis: Specifications for Path Collective Variables
"""

from .path import Metric, deviation, progress # noqa: F401
2 changes: 1 addition & 1 deletion cvpack/path.py → cvpack/path/path.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"""

from .serialization import Serializable
from ..serialization import Serializable


class Metric(Serializable):
Expand Down

0 comments on commit c9e19e1

Please sign in to comment.