File: __init__.py

package info (click to toggle)
python-adb-shell 0.4.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 792 kB
  • sloc: python: 3,861; makefile: 191; sh: 124
file content (10 lines) | stat: -rw-r--r-- 155 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# Copyright (c) 2021 Jeff Irion and contributors
#
# This file is part of the adb-shell package.

"""ADB shell functionality.

"""


__version__ = "0.4.4"