diff options
Diffstat (limited to 'taito/__init__.py')
| -rw-r--r-- | taito/__init__.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/taito/__init__.py b/taito/__init__.py new file mode 100644 index 0000000..bc55d25 --- /dev/null +++ b/taito/__init__.py @@ -0,0 +1,7 @@ +from taito.music_diver import parse_music_diver_news_json +from taito.street_fighter import parse_sf_news_site + +__all__ = [ + "parse_music_diver_news_json", + "parse_sf_news_site", +]
\ No newline at end of file |
