mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-06-06 23:13:56 +02:00
4 lines
74 B
Python
4 lines
74 B
Python
import abc
|
|
|
|
class AbstractGuidelinesProcessedCompletion(abc.ABC):
|
|
pass |