This commit is contained in:
cere 2024-02-21 01:56:06 -05:00
parent de818e95d6
commit 5b0661e4f3
1 changed files with 4 additions and 0 deletions

4
lib/google/__init__.py Normal file
View File

@ -0,0 +1,4 @@
import os
import sys
sys.path.insert(1, os.path.join(os.path.dirname(__file__)))