fix import error (again)

This commit is contained in:
Milka64 2023-12-10 08:08:50 +01:00
parent 99b970346e
commit f7e1a20c7a

View file

@ -1,3 +1,5 @@
from sphinx.application import Sphinx
from .d2lang import D2langDirective from .d2lang import D2langDirective
def setup(application: Sphinx) -> Dict[str, Any]: def setup(application: Sphinx) -> Dict[str, Any]: