11 lines
138 B
Python
11 lines
138 B
Python
#!/usr/bin/env python
|
|
# -*- coding: UTF-8 -*-
|
|
|
|
import sys
|
|
sys.path.append('../..')
|
|
|
|
import fstools
|
|
|
|
|
|
print(fstools.uid('../__init__.py'))
|