move client files

This commit is contained in:
Gokul Mohanarangan
2023-07-25 12:50:43 +05:30
parent b0b47cca83
commit 2d5c464d3b
5 changed files with 28 additions and 11 deletions

6
client-local/__init__.py Normal file
View File

@@ -0,0 +1,6 @@
import sys
import os
parent_dir = os.path.abspath(os.path.join(os.path.dirname(__file__),
os.pardir))
sys.path.append(parent_dir)