Skip to content

Commit

Permalink
Update config.pyi
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoandre-avaiga committed Sep 29, 2024
1 parent 7102965 commit 8cacf9f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions taipy/common/config/config.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@
# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
# an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
# specific language governing permissions and limitations under the License.
import json
from datetime import timedelta
from typing import Any, Callable, Dict, List, Optional, Union

from taipy.common.config._config import _Config
from taipy.core.config import CoreSection, DataNodeConfig, JobConfig, ScenarioConfig, TaskConfig

from .checker.issue_collector import IssueCollector
from .common._classproperty import _Classproperty
from .common._config_blocker import _ConfigBlocker
from .common.frequency import Frequency
from .common.scope import Scope
from .global_app.global_app_config import GlobalAppConfig
from .section import Section
from .unique_section import UniqueSection

class Config:
"""Singleton class that manages the configuration of a Taipy application.
Expand Down

0 comments on commit 8cacf9f

Please sign in to comment.