mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 12:49:06 +00:00
move client files
This commit is contained in:
6
client-local/__init__.py
Normal file
6
client-local/__init__.py
Normal 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)
|
||||
Reference in New Issue
Block a user