8 lines
133 B
Python
8 lines
133 B
Python
|
|
from Action.core.Constant import *
|
||
|
|
|
||
|
|
import sys
|
||
|
|
if __name__ == "__main__":
|
||
|
|
|
||
|
|
print("cur: " + CONSTANT.OSType.default_log_dir)
|
||
|
|
|