Add CLI and services modules
This commit is contained in:
5
src/codexchange/utils/__init__.py
Normal file
5
src/codexchange/utils/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
"""Utils package for CodeXchange CLI."""
|
||||||
|
|
||||||
|
from codexchange.utils.syntax_check import verify_syntax, check_python_syntax
|
||||||
|
|
||||||
|
__all__ = ["verify_syntax", "check_python_syntax"]
|
||||||
Reference in New Issue
Block a user