Difficult-Rocket/after_compile.py

9 lines
213 B
Python
Raw Normal View History

2022-12-29 11:15:00 +08:00
# -------------------------------
# Difficult Rocket
# Copyright © 2021-2022 by shenjackyuanjie 3695888@qq.com
# All rights reserved
# -------------------------------
import os
print(os.listdir('./build'))