只要一使用,就报错 ValueError: Attempted relative import in non-package
即使使用
```
import os
os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
```
也无解。求指导 ~
即使使用
```
import os
os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
```
也无解。求指导 ~