mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 07:57:19 +07:00
GitOrigin-RevId: 40e2faffc4215359c5c18341b512b04da59b318a
4 lines
60 B
Python
4 lines
60 B
Python
from typing_extensions import final
|
|
@final
|
|
class A:
|
|
pass |