docs: update TODO.md and changelog for modular CLI milestone
This commit is contained in:
parent
39e05be88a
commit
b83fa060e2
54 changed files with 7696 additions and 99 deletions
8
src/apt-ostree.py/client/__init__.py
Normal file
8
src/apt-ostree.py/client/__init__.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
"""
|
||||
Client package for apt-ostree.
|
||||
|
||||
This package contains the client-specific code including the CLI entry point
|
||||
and command implementations.
|
||||
"""
|
||||
|
||||
__version__ = "1.0.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue