mirror of
https://github.com/ldericher/fftcgtool
synced 2025-01-15 15:02:59 +00:00
Formatting
This commit is contained in:
parent
0bf27770b3
commit
7ed1981588
3 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
from .book import Book
|
||||
from .opus import Opus
|
||||
from .card import Card
|
||||
from .carddb import CardDB
|
||||
from .opus import Opus
|
||||
|
||||
__all__ = ["Book", "Opus", "Card", "CardDB"]
|
||||
|
|
|
@ -4,7 +4,6 @@ import yaml
|
|||
from PIL import Image
|
||||
|
||||
from .cards import Cards
|
||||
from .code import Code
|
||||
from .grid import Grid
|
||||
from .imageloader import ImageLoader
|
||||
|
||||
|
|
Loading…
Reference in a new issue