Skip to content

Commit

Permalink
allow the mal_to_al_id function to be imported easily
Browse files Browse the repository at this point in the history
  • Loading branch information
prochy-exe committed May 11, 2024
1 parent e8fa1dd commit fbf23bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion malfetcher/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .mal_fetcher import check_status_in_cache, get_userdata, reset_user_cache, clear_cache, get_latest_anime_entry_for_user, get_all_anime_for_user, get_anime_entry_for_user, get_anime_info, get_id, update_entry
from .mal_fetcher import check_status_in_cache, get_userdata, reset_user_cache, clear_cache, get_latest_anime_entry_for_user, get_all_anime_for_user, get_anime_entry_for_user, get_anime_info, get_id, update_entry, mal_to_al_id
from .utils import utils_read_json, utils_save_json
from .mal_config_utils import config_setup, regenerate_token

0 comments on commit fbf23bf

Please sign in to comment.