nodestack/tests/tests.py

10 lines
179 B
Python
Raw Normal View History

2024-04-09 21:03:48 +02:00
from pathlib import Path
import sys
# to include the main lib of the tests
sys.path.append(str(Path(__file__).parent.parent))
2024-04-09 21:03:48 +02:00
import pynodes
if __name__ == '__main__':
2024-04-09 21:03:48 +02:00
pass