diff --git a/transformers/core/base.py b/transformers/core/base.py new file mode 100644 index 00000000..a3031dcd --- /dev/null +++ b/transformers/core/base.py @@ -0,0 +1,24 @@ +""" +Base transformer definitions. + +Purpose: + + +Context: + Part of the use case within the Unified Policy Transformation Framework. + +Responsibilities: + - + - + - + +Notes: + - Auto-generated placeholder module. + - Extend implementation as needed. + +Author: + + +Created: + +""" diff --git a/transformers/core/enums/enums.py b/transformers/core/enums/enums.py new file mode 100644 index 00000000..79b9faba --- /dev/null +++ b/transformers/core/enums/enums.py @@ -0,0 +1,24 @@ +""" +enums base class. + +Purpose: + + +Context: + Part of the use case within the Unified Policy Transformation Framework. + +Responsibilities: + - + - + - + +Notes: + - Auto-generated placeholder module. + - Extend implementation as needed. + +Author: + + +Created: + +""" diff --git a/transformers/core/models/models.py b/transformers/core/models/models.py new file mode 100644 index 00000000..365a7584 --- /dev/null +++ b/transformers/core/models/models.py @@ -0,0 +1,24 @@ +""" +models base class. + +Purpose: + + +Context: + Part of the use case within the Unified Policy Transformation Framework. + +Responsibilities: + - + - + - + +Notes: + - Auto-generated placeholder module. + - Extend implementation as needed. + +Author: + + +Created: + +""" diff --git a/transformers/domains/url/models.py b/transformers/domains/url/models.py new file mode 100644 index 00000000..365a7584 --- /dev/null +++ b/transformers/domains/url/models.py @@ -0,0 +1,24 @@ +""" +models base class. + +Purpose: + + +Context: + Part of the use case within the Unified Policy Transformation Framework. + +Responsibilities: + - + - + - + +Notes: + - Auto-generated placeholder module. + - Extend implementation as needed. + +Author: + + +Created: + +""" diff --git a/transformers/domains/url/transformers.py b/transformers/domains/url/transformers.py new file mode 100644 index 00000000..0c16c5d3 --- /dev/null +++ b/transformers/domains/url/transformers.py @@ -0,0 +1,24 @@ +""" +transformers base class. + +Purpose: + + +Context: + Part of the use case within the Unified Policy Transformation Framework. + +Responsibilities: + - + - + - + +Notes: + - Auto-generated placeholder module. + - Extend implementation as needed. + +Author: + + +Created: + +""" diff --git a/transformers/domains/url/validators.py b/transformers/domains/url/validators.py new file mode 100644 index 00000000..bf6b1e1d --- /dev/null +++ b/transformers/domains/url/validators.py @@ -0,0 +1,24 @@ +""" +validators base class. + +Purpose: + + +Context: + Part of the use case within the Unified Policy Transformation Framework. + +Responsibilities: + - + - + - + +Notes: + - Auto-generated placeholder module. + - Extend implementation as needed. + +Author: + + +Created: + +""" diff --git a/transformers/domains/url/vendors/fortinet.py b/transformers/domains/url/vendors/fortinet.py new file mode 100644 index 00000000..429e429f --- /dev/null +++ b/transformers/domains/url/vendors/fortinet.py @@ -0,0 +1,24 @@ +""" +fortinet transformers. + +Purpose: + + +Context: + Part of the use case within the Unified Policy Transformation Framework. + +Responsibilities: + - + - + - + +Notes: + - Auto-generated placeholder module. + - Extend implementation as needed. + +Author: + + +Created: + +""" diff --git a/transformers/domains/url/vendors/netskope.py b/transformers/domains/url/vendors/netskope.py new file mode 100644 index 00000000..5e54d718 --- /dev/null +++ b/transformers/domains/url/vendors/netskope.py @@ -0,0 +1,24 @@ +""" +netskope transformers. + +Purpose: + + +Context: + Part of the use case within the Unified Policy Transformation Framework. + +Responsibilities: + - + - + - + +Notes: + - Auto-generated placeholder module. + - Extend implementation as needed. + +Author: + + +Created: + +""" diff --git a/transformers/framework/context.py b/transformers/framework/context.py new file mode 100644 index 00000000..fd6081f3 --- /dev/null +++ b/transformers/framework/context.py @@ -0,0 +1,24 @@ +""" +context base class. + +Purpose: + + +Context: + Part of the use case within the Unified Policy Transformation Framework. + +Responsibilities: + - + - + - + +Notes: + - Auto-generated placeholder module. + - Extend implementation as needed. + +Author: + + +Created: + +""" diff --git a/transformers/framework/pipeline.py b/transformers/framework/pipeline.py new file mode 100644 index 00000000..e6137c79 --- /dev/null +++ b/transformers/framework/pipeline.py @@ -0,0 +1,24 @@ +""" +pipeline base class. + +Purpose: + + +Context: + Part of the use case within the Unified Policy Transformation Framework. + +Responsibilities: + - + - + - + +Notes: + - Auto-generated placeholder module. + - Extend implementation as needed. + +Author: + + +Created: + +""" diff --git a/transformers/framework/transformers/generic_transformers.py b/transformers/framework/transformers/generic_transformers.py new file mode 100644 index 00000000..93962265 --- /dev/null +++ b/transformers/framework/transformers/generic_transformers.py @@ -0,0 +1,24 @@ +""" +generic_transformers base class. + +Purpose: + + +Context: + Part of the use case within the Unified Policy Transformation Framework. + +Responsibilities: + - + - + - + +Notes: + - Auto-generated placeholder module. + - Extend implementation as needed. + +Author: + + +Created: + +""" diff --git a/transformers/shared/exceptions.py b/transformers/shared/exceptions.py new file mode 100644 index 00000000..3d282c87 --- /dev/null +++ b/transformers/shared/exceptions.py @@ -0,0 +1,24 @@ +""" +exceptions base class. + +Purpose: + + +Context: + Part of the use case within the Unified Policy Transformation Framework. + +Responsibilities: + - + - + - + +Notes: + - Auto-generated placeholder module. + - Extend implementation as needed. + +Author: + + +Created: + +""" diff --git a/transformers/shared/logging.py b/transformers/shared/logging.py new file mode 100644 index 00000000..40d44e83 --- /dev/null +++ b/transformers/shared/logging.py @@ -0,0 +1,24 @@ +""" +logging base class. + +Purpose: + + +Context: + Part of the use case within the Unified Policy Transformation Framework. + +Responsibilities: + - + - + - + +Notes: + - Auto-generated placeholder module. + - Extend implementation as needed. + +Author: + + +Created: + +""" diff --git a/transformers/shared/utils.py b/transformers/shared/utils.py new file mode 100644 index 00000000..31d119f9 --- /dev/null +++ b/transformers/shared/utils.py @@ -0,0 +1,24 @@ +""" +utils base class. + +Purpose: + + +Context: + Part of the use case within the Unified Policy Transformation Framework. + +Responsibilities: + - + - + - + +Notes: + - Auto-generated placeholder module. + - Extend implementation as needed. + +Author: + + +Created: + +"""