Spaces:
Runtime error
Runtime error
| from abc import ABC, abstractmethod | |
| from chromadb.config import Settings | |
| class Server(ABC): | |
| def __init__(self, settings: Settings): | |
| pass | |
| from abc import ABC, abstractmethod | |
| from chromadb.config import Settings | |
| class Server(ABC): | |
| def __init__(self, settings: Settings): | |
| pass | |