D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
opt
/
plesk
/
python
/
3
/
lib
/
python3.10
/
test
/
Filename :
ann_module6.py
back
Copy
# Tests that top-level ClassVar is not allowed from __future__ import annotations from typing import ClassVar wrong: ClassVar[int] = 1