API
- class varboxes.VarBox(project_name=None, app_name=None)
allow to store and load variables between session. the variables are saved on the disk everytime they are modified
- get_path() str
get the full path where the varbox file is located :returns:
- save()
save all attributes, even mutable object that were modified.