mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-18 03:37:35 +00:00
Merge branch 'master' of https://github.com/mjk22071998/Python
This commit is contained in:
commit
47f5c05bc7
@ -8,7 +8,6 @@ from dataclasses import dataclass
|
||||
|
||||
@dataclass
|
||||
class Node:
|
||||
|
||||
def __init__(self, data: int) -> None:
|
||||
"""Constructor of Node class
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user