refactoring

This commit is contained in:
Devaev Maxim
2020-05-17 15:24:29 +03:00
parent 1251b8d705
commit 1fd33bc8ed
10 changed files with 52 additions and 20 deletions

View File

@@ -21,3 +21,8 @@
__version__ = "1.59"
# =====
def make_user_agent(app: str) -> str:
return f"{app}/{__version__}"