Commit e987e56 1 parent f5a6b2e commit e987e56 Copy full SHA for e987e56
File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 3
3
<img height =" 100px " src =" https://www.gstatic.com/images/icons/material/system/1x/pets_black_48dp.png " >
4
4
</p >
5
5
6
- <p align =" center " > Your library to help you to <br ><b >Build Google Workspace add-ons in Python 🐍 !!!</b >
6
+ <h5 align =" center " > Your opensource library for helping you to <br ><b >Build Google Workspace add-ons in Python 🐍 !!!</b ></ h5 >
7
7
8
8
<p align =" center " >
9
9
***
14
14
| Addons | App Script Styple | Pythonic Style |
15
15
:-------------------------:|:-------------------------:|:-------------------------:|
16
16
![ ] ( https://developers.google.com/apps-script/add-ons/images/workspace-addons-cats.png ) | ![ ] ( docs/source/_static/images/code_app_script_style.png?raw=true ) | ![ ] ( docs/source/_static/images/code_python_style.png?raw=true ) |
17
- | ```python
18
- import os
19
- os.path | | |
17
+
20
18
21
19
22
20
<table >
Original file line number Diff line number Diff line change @@ -188,6 +188,10 @@ class Button:
188
188
class ButtonSet :
189
189
button : list [Button ] = field (metadata = config (field_name = "buttons" ),
190
190
default = None )
191
+ # horizontal_alignment: HorizontalAlignment = field(
192
+ # metadata=config(encoder=lambda x: x.value,
193
+ # decoder=HorizontalAlignment),
194
+ # default=HorizontalAlignment.START)
191
195
192
196
def field_name (self ):
193
197
"""Return and override classname."""
You can’t perform that action at this time.
0 commit comments