Add __init__.py
Some checks failed
CI / build-and-publish (ubuntu-latest, 3.9) (push) Has been cancelled
CI / build-and-publish (push) Has been cancelled

This commit is contained in:
Timmy Welch 2024-09-22 15:17:59 -07:00
parent 39b5dd2814
commit c81cf51c53

View File

@ -0,0 +1,6 @@
from __future__ import annotations
from .comet import CoMet
from .comicbookinfo import ComicBookInfo
__all__ = ['CoMet', 'ComicBookInfo']