Files
FastAnime/fastanime/cli/service/feedback/__init__.py

4 lines
68 B
Python

from .service import FeedbackService
__all__ = ["FeedbackService"]