refactor
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
"""hbd package - scaffolding for heartbeat daemon
|
||||
|
||||
This package contains the refactored modules for the original monolithic
|
||||
`hbd` script. The initial implementation contains small scaffolds so you can
|
||||
start moving functionality into the package.
|
||||
"""
|
||||
|
||||
__all__ = ["main", "__version__"]
|
||||
__version__ = "0.1"
|
||||
|
||||
from .cli import main
|
||||
Reference in New Issue
Block a user