Skip to content

Commit 13643c0

Browse files
GeorgeSGrgerganov
authored andcommitted
Split into Client and CLI classes
1 parent abfdc90 commit 13643c0

12 files changed

+1072
-817
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
__pycache__/
2+
env/

.pylintrc

Whitespace-only changes.

pyairctrl/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""py-air-control."""

0 commit comments

Comments
 (0)