5 lines
60 B
Python
5 lines
60 B
Python
# -*- coding: utf-8 -*-
|
|
import sys
|
|
|
|
sys.path.insert(0, '.')
|
# -*- coding: utf-8 -*-
|
|
import sys
|
|
|
|
sys.path.insert(0, '.')
|