nodestack/tests/tests.py

10 lines
179 B
Python

from pathlib import Path
import sys
# to include the main lib of the tests
sys.path.append(str(Path(__file__).parent.parent))
import pynodes
if __name__ == '__main__':
pass