1
0
Fork 0
mirror of https://github.com/ldericher/fftcgtool synced 2025-01-15 15:02:59 +00:00

Formatting

This commit is contained in:
Jörn-Michael Miehe 2021-08-17 01:36:37 +02:00
parent 0bf27770b3
commit 7ed1981588
3 changed files with 2 additions and 3 deletions

View file

@ -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"]

View file

@ -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