1
0
Fork 0
mirror of https://github.com/ldericher/fftcgtool synced 2025-01-15 23:03:00 +00:00
fftcgtool/fftcg/__init__.py
2021-08-09 07:01:25 +02:00

4 lines
74 B
Python

from .book import Book
from .opus import Opus
__all__ = ["Book", "Opus"]