Content deleted Content added
Added Python example |
→Python: added python language tag |
||
Line 227:
=== [[Python (programming language)|Python]] ===
<source lang="python">
from abc import abstractmethod
from dataclasses import dataclass
|