Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
plandes committed Jul 4, 2023
1 parent 5c1c680 commit b866611
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/python/zensols/grsync/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@

@dataclass
class DistManagerFactory(object):
"""Creates instances of :class:`.DistManager`.
"""
path: Path = field()
"""The path to the YAML application configuration file."""

@property
@persisted('_config')
Expand Down

0 comments on commit b866611

Please sign in to comment.