week2/4-stack/stack.py
2023-09-22 09:51:10 -04:00

4 lines
43 B
Python

class Stack:
def __init__():
pass