move extensions to their own folder

This commit is contained in:
Kendell R 2024-04-20 18:57:26 -07:00
parent db5b1de530
commit d23e07afa4
No known key found for this signature in database
GPG Key ID: 64314E306EEF6109
5 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import os
import sys
sys.path.append(os.path.abspath("."))
sys.path.append(os.path.abspath("_extensions"))
# -- General configuration ------------------------------------------------