Browser UA version update
gitignore Updated constants Requirements update
This commit is contained in:
@ -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__
|
||||
|
Reference in New Issue
Block a user