awc-cli/awc_cli/__init__.py
Ari Archer 928af567c3
1.4.0 : make repl escapes treated illiterally
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2023-06-02 20:40:35 +03:00

7 lines
122 B
Python

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""awc_cli"""
from typing import Final
__version__: Final[str] = "1.4.0"