Examples#
This page contains a few examples of how you can use goggle0 package.
Installation#
You can install goggle0 using pip
:
pip install goggle0
Collecting goggle0
Downloading goggle0-0.1.0-py3-none-any.whl (3.7 kB)
Installing collected packages: goggle0
Successfully installed goggle0-0.1.0
[notice] A new release of pip is available: 22.3.1 -> 23.1.2
[notice] To update, run: pip install --upgrade pip
Note: you may need to restart the kernel to use updated packages.
Usage#
from goggle0 import get_version
print(get_version())