1 2 3 4 5 6 7 8 9 10 11 12 13 14
import typing from typing import final @typing.final class Class: """docstring""" @final def meth1(self): """docstring""" def meth2(self): """docstring"""