Repository URL to install this package:
Version:
0.1.16-1 ▾
|
odigos-demo-inventory
/
opt
/
odigos-demo-inventory
/
site-packages
/
crashtest
/
contracts
/
solution.py
|
---|
from __future__ import annotations
class Solution:
@property
def solution_title(self) -> str:
raise NotImplementedError()
@property
def solution_description(self) -> str:
raise NotImplementedError()
@property
def documentation_links(self) -> list[str]:
raise NotImplementedError()