6 lines
98 B
Python
6 lines
98 B
Python
|
|
"""Sky Lattice — platformctl CLI."""
|
||
|
|
|
||
|
|
from __future__ import annotations
|
||
|
|
|
||
|
|
__version__ = "0.1.0"
|