From 8be448d3881909fb0ce4b033cad71aa7575de0aa Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 21:55:48 +0200 Subject: Adding upstream version 2023.0.0. Signed-off-by: Daniel Baumann --- generator/plugins/python/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 generator/plugins/python/__init__.py (limited to 'generator/plugins/python/__init__.py') diff --git a/generator/plugins/python/__init__.py b/generator/plugins/python/__init__.py new file mode 100644 index 0000000..c5de3ef --- /dev/null +++ b/generator/plugins/python/__init__.py @@ -0,0 +1,4 @@ +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. + +from .utils import generate_from_spec as generate -- cgit v1.2.3