Skip to content

Commit

Permalink
Format files with black
Browse files Browse the repository at this point in the history
  • Loading branch information
CoffeeStraw committed Aug 2, 2024
1 parent 32f7a4c commit cc08d50
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/1 - Basics/1 - Look into ASS values.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
You can find more info about each object used to represent the input .ass file here:
https://pyonfx.readthedocs.io/en/latest/reference/ass%20core.html
"""

from pyonfx import *

io = Ass("in.ass")
Expand Down
1 change: 1 addition & 0 deletions examples/1 - Basics/2 - Create the First Output.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
- open_aegisub: https://pyonfx.readthedocs.io/en/latest/reference/ass%20core.html#pyonfx.ass_core.Ass.open_aegisub
- open_mpv: https://pyonfx.readthedocs.io/en/latest/reference/ass%20core.html#pyonfx.ass_core.Ass.open_mpv
"""

from pyonfx import *

io = Ass("in.ass")
Expand Down
1 change: 1 addition & 0 deletions examples/1 - Basics/3 - More lines.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
For more info about the copy method:
https://pyonfx.readthedocs.io/en/latest/reference/ass%20core.html#pyonfx.ass_core.Line.copy
"""

from pyonfx import *

io = Ass("in.ass")
Expand Down
1 change: 1 addition & 0 deletions examples/1 - Basics/4 - Organizing the code.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
Note that this code will not do anything, because there is nothing written in the romaji, kanji, sub functions.
We will create our first effect in the next section: 2 - Beginner
"""

from pyonfx import *

io = Ass("in.ass")
Expand Down

0 comments on commit cc08d50

Please sign in to comment.