This commit is contained in:
cere 2024-02-21 01:56:06 -05:00
parent de818e95d6
commit 5b0661e4f3

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__)))