This commit is contained in:
Jesse Bannon 2024-01-05 17:10:57 -08:00
parent 329b9ec3f8
commit 2193ba84de

View file

@ -1,7 +1,7 @@
from abc import abstractmethod
from pathlib import Path
REGENERATE_DOCS: bool = True
REGENERATE_DOCS: bool = False
class DocGen: