Skip to content

Commit

Permalink
Update metasyn/util.py
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel <[email protected]>
  • Loading branch information
qubixes and Samuwhale authored Jan 19, 2024
1 parent bc965a1 commit c10ece1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion metasyn/util.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
"""Configuration classes for creating metaframes."""
"""Utility module for metasyn.
This module provides utility classes that are used across metasyn,
including classes for specifying distributions and storing variable
configurations.
"""
from __future__ import annotations

from dataclasses import dataclass, field
Expand Down

0 comments on commit c10ece1

Please sign in to comment.