Browser UA version update

gitignore

Updated constants

Requirements update
This commit is contained in:
Eriks K
2021-08-18 09:11:23 +03:00
parent 61df989cb4
commit 86e738ad08
5 changed files with 39 additions and 33 deletions

View File

@ -23,33 +23,33 @@ except ImportError:
import json
__all__ = [
"ErepublikJSONEncoder",
"VERSION",
"b64json",
"calculate_hit",
"date_from_eday",
"eday_from_date",
"deprecation",
"get_final_hit_dmg",
"write_file",
"eday_from_date",
"get_air_hit_dmg_value",
"get_file",
"get_final_hit_dmg",
"get_ground_hit_dmg_value",
"get_sleep_seconds",
"good_timedelta",
"slugify",
"interactive_sleep",
"json",
"json_decode_object_hook",
"json_dump",
"json_dumps",
"json_load",
"json_loads",
"localize_dt",
"localize_timestamp",
"normalize_html_json",
"now",
"silent_sleep",
"json_decode_object_hook",
"json_load",
"json_loads",
"json_dump",
"json_dumps",
"b64json",
"ErepublikJSONEncoder",
"slugify",
"write_file",
]
VERSION: str = __version__