main/imports
This commit is contained in:
parent
a5ca3a6044
commit
df2537dd6d
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
#! /usr/bin/env python3
|
#! /usr/bin/env python3
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
import fs
|
import fs
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
file_path = Path(__file__).resolve()
|
file_path = Path(__file__).resolve()
|
||||||
root_path = file_path.parent
|
root_path = file_path.parent
|
||||||
|
|
Loading…
Reference in a new issue