Improved workspace structure
This commit is contained in:
7
src/runtime/abc/class_stack_abc.py
Normal file
7
src/runtime/abc/class_stack_abc.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from abc import ABC, abstractmethod
|
||||
|
||||
|
||||
class ClassStackABC(ABC):
|
||||
|
||||
@abstractmethod
|
||||
def __init__(self): pass
|
Reference in New Issue
Block a user