File project.py¶
File List > mkdoxy > project.py
Go to the documentation of this file
from mkdoxy.cache import Cache
class ProjectContext:
def __init__(self, cache: Cache) -> None:
self.cachecache = cache
self.linkPrefix: str = ""