This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from typing import Any, Callable | |
from creatio_api_py.api import CreatioODataAPI | |
from creatio_api_py.utils import print_exception | |
from requests import Response | |
from rich import print | |
def login(url: str, username: str, password: str) -> CreatioODataAPI: | |
""" |