From fc229a07bf0b88c1b512ad9bbe41790aa9aa4894 Mon Sep 17 00:00:00 2001 From: Google Colaboratory Team Date: Thu, 14 Mar 2024 07:56:32 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 615778432 --- google/colab/colab.modspec.json | 77 +++++++++++++++++++++++++-------- 1 file changed, 58 insertions(+), 19 deletions(-) diff --git a/google/colab/colab.modspec.json b/google/colab/colab.modspec.json index 12ebbe0f..70c73503 100644 --- a/google/colab/colab.modspec.json +++ b/google/colab/colab.modspec.json @@ -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" + } +]