#!python

import json
import argparse
import skillsnetwork.cvstudio

token = skillsnetwork.cvstudio.CVStudio.interactive()

print(token)
