5 lines
88 B
Python
5 lines
88 B
Python
#!/usr/bin/python3
|
|
|
|
import os
|
|
|
|
module_path = os.path.dirname(os.path.abspath(__file__))
|