mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 23:46:49 +07:00
GitOrigin-RevId: 426e7001d20849d7029fea55431d3e2cfae3eb11
6 lines
85 B
Python
6 lines
85 B
Python
from warnings import deprecated
|
|
|
|
@deprecated("Use Spam instead")
|
|
class Ham:
|
|
pass
|