python-CSD-kursu/python-temel/dekorator.2.py
2023-08-04 17:11:57 +03:00

5 lines
82 B
Python

class Sample:
@staticmethod
def foo():
print('static foo method')