Files
Timmy Welch c81cf51c53
Some checks failed
CI / build-and-publish (push) Has been cancelled
CI / build-and-publish (ubuntu-latest, 3.9) (push) Has been cancelled
Add __init__.py
2024-09-22 15:17:59 -07:00

7 lines
140 B
Python

from __future__ import annotations
from .comet import CoMet
from .comicbookinfo import ComicBookInfo
__all__ = ['CoMet', 'ComicBookInfo']