Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 615778432
  • Loading branch information
colaboratory-team committed Mar 19, 2024
1 parent d5d8c83 commit fc229a0
Showing 1 changed file with 58 additions and 19 deletions.
77 changes: 58 additions & 19 deletions google/colab/colab.modspec.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,58 @@
[{
"name": "google.colab",
"type": "PACKAGE",
"importable_package_attributes": [
"auth",
"autoviz",
"data_table",
"drive",
"errors",
"files",
"html",
"output",
"runtime",
"snippets",
"syntax",
"userdata",
"widgets"
]
}]
[
{
"name": "google.colab",
"type": "PACKAGE"
},
{
"name": "google.colab.auth",
"type": "MODULE"
},
{
"name": "google.colab.autoviz",
"type": "MODULE"
},
{
"name": "google.colab.data_table",
"type": "MODULE"
},
{
"name": "google.colab.drive",
"type": "MODULE"
},
{
"name": "google.colab.errors",
"type": "MODULE"
},
{
"name": "google.colab.files",
"type": "MODULE"
},
{
"name": "google.colab.html",
"type": "MODULE"
},
{
"name": "google.colab.output",
"type": "MODULE"
},
{
"name": "google.colab.runtime",
"type": "MODULE"
},
{
"name": "google.colab.snippets",
"type": "MODULE"
},
{
"name": "google.colab.syntax",
"type": "MODULE"
},
{
"name": "google.colab.userdata",
"type": "MODULE"
},
{
"name": "google.colab.widgets",
"type": "MODULE"
}
]

0 comments on commit fc229a0

Please sign in to comment.