5 lines
66 B
Python
5 lines
66 B
Python
|
import sys
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
sys.path.insert(0, '')
|