Metadata-Version: 2.1
Name: vsng-colab
Version: 1.2.0
Summary: Python Package made by Mhadhbi Issam . 
Home-page: https://gitlab.com/isampypi/vsng-colab
Author: Mhadhbi Issam
Author-email: mhadhbixissam@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# vsng-colab


## Installation

```bash
pip install vsng-colab
```

## Example

```python
from  vsngcolabi import configure
configure()
# configure(mount = True , folder = "/content/drive/MyDrive/home" )
```

Steps  : 
*   create secret in colab secrets called NGROK_TOKEN and set its value .


