mirror of
https://github.com/lowobservable/oec.git
synced 2026-04-20 01:23:17 +00:00
Initial commit
This commit is contained in:
4
tests/context.py
Normal file
4
tests/context.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import sys
|
||||
import os
|
||||
|
||||
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
|
||||
Reference in New Issue
Block a user