File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 22
33This repository contains the core python library developed by Madness Lab Team at Zucchetti Centro Sistemi.
44
5- The library provides a ` Logger ` allowing the user to receive logging messages from Uvicorn and send them to Google Cloud.
6-
75``` text
86
97░▒▓████████▓▒░░▒▓██████▓▒░ ░▒▓███████▓▒░
@@ -56,11 +54,11 @@ Then add the library `zcs-python-core` to the same file.
5654In your code, you can import and use the library like this:
5755
5856``` python
59- from zcs.core.exception import ZCSException
57+ from zcs.core.exception import ZcsException
6058```
6159
6260``` python
63- from zcs.core.logger import Logger
61+ from zcs.core.logger import ZcsLogging
6462```
6563
6664## Local development
Original file line number Diff line number Diff line change 11build == 1.2.1
22pytest == 8.3.3
3-
You can’t perform that action at this time.
0 commit comments