Added support for @generated marker (#382)

This commit is contained in:
Antonín Říha
2022-08-03 12:05:13 +02:00
committed by GitHub
parent 496eba2750
commit f31d51cf3c
3 changed files with 843 additions and 490 deletions

View File

@@ -1,6 +1,7 @@
# Generated by the protocol buffer compiler. DO NOT EDIT!
# sources: {{ ', '.join(output_file.input_filenames) }}
# plugin: python-betterproto
# This file has been @generated
{% for i in output_file.python_module_imports|sort %}
import {{ i }}
{% endfor %}