Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 297 Bytes

File metadata and controls

14 lines (11 loc) · 297 Bytes

// , This is my new project for learning Python 3.

Includes an IP test module. Usage:

$ git clone https://github.com/v6/python-training-webex
$ cd python-training-webex
$ vagrant up
$ vagrant ssh
$ cd /vagrant/

python3
>>> import webex
>>> webex.iptest()