7 lines
131 B
Python
7 lines
131 B
Python
|
|
"""
|
||
|
|
CLI module for markitect asset management commands.
|
||
|
|
"""
|
||
|
|
|
||
|
|
from .asset_commands import AssetCommands
|
||
|
|
|
||
|
|
__all__ = ['AssetCommands']
|