mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-08-17 16:47:20 +02:00
4 lines
74 B
Python
4 lines
74 B
Python
import abc
|
|
|
|
class AbstractGuidelinesProcessedCompletion(abc.ABC):
|
|
pass |