File: __init__.py

package info (click to toggle)
python-pure-python-adb 0.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,500 kB
  • sloc: python: 2,597; makefile: 8; sh: 1
file content (3 lines) | stat: -rw-r--r-- 85 bytes parent folder | download
1
2
3
class Command:
    def create_connection(self, *args, **kwargs):
        return None