This commit is contained in:
Trinh Anh Ngoc
2019-12-16 17:07:27 +07:00
parent 4bcc3abd6e
commit ab59c43c04

View File

@@ -10,6 +10,8 @@ import werkzeug.wrappers
from .api import Environment
from .sql_db import Cursor
_env = Environment()
rpc_request: Any
rpc_response: Any
STATIC_CACHE: Any
@@ -30,6 +32,7 @@ class WebRequest:
endpoint: Any = ...
endpoint_arguments: Any = ...
auth_method: Any = ...
website = _env['website']
def __init__(self, httprequest: Any) -> None: ...
@property
def cr(self) -> Cursor: ...