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