Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Azure
GitHub Repository: Azure/Azure-Sentinel-Notebooks
Path: blob/master/src/SentinelUtilities/SentinelExceptions/__init__.py
3255 views
1
# pylint: disable-msg=C0103
2
"""
3
SentinelExceptions: This package is developed for custom exceptions.
4
"""
5
6
# __init__.py
7
from .input_error import InputError
8
9