1
0
Fork 0
mirror of https://github.com/ldericher/fftcgtool synced 2025-01-15 15:02:59 +00:00
This commit is contained in:
Jörn-Michael Miehe 2021-08-04 03:41:14 +02:00
parent 3df5911123
commit 5305a74bb2
3 changed files with 4 additions and 6 deletions

View file

@ -1,7 +1,5 @@
import queue
from .imageloader import ImageLoader
class Book:
def __init__(self, cards):

View file

@ -1,10 +1,10 @@
import io
import logging
import threading
import queue
import threading
from PIL import Image
import requests
from PIL import Image
class ImageLoader(threading.Thread):

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python3
from fftcg.opus import Opus
from fftcg.imageloader import ImageLoader
from fftcg.opus import Opus
def main():