Skip to content

Commit

Permalink
Add __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lordwelch committed Sep 22, 2024
1 parent 39b5dd2 commit c81cf51
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ct_archived_tags/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from __future__ import annotations

from .comet import CoMet
from .comicbookinfo import ComicBookInfo

__all__ = ['CoMet', 'ComicBookInfo']

0 comments on commit c81cf51

Please sign in to comment.