Unverified Commit a4b9dde0 authored by cutecutecat's avatar cutecutecat Committed by GitHub
Browse files

Update main_test.py

parent 021225c8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ import os
import sys
import unittest

sys.path.append(os.path.join(__file__, '..'))
sys.path.append(os.path.join(__file__, '../../src'))

from src.ctrl import Ctrl