Files
Convention-Python/[Test]/test.py
2025-09-20 03:39:51 +08:00

9 lines
216 B
Python

import sys
import os
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
from Convention.Runtime.File import *
first = ToolFile("E:/dev/")
second = ToolFile("/analyze/")
print(first|second)