14 lines
283 B
Python
14 lines
283 B
Python
# -------------------------------
|
|
# Difficult Rocket
|
|
# Copyright © 2020-2023 by shenjackyuanjie 3695888@qq.com
|
|
# All rights reserved
|
|
# -------------------------------
|
|
|
|
import subprocess
|
|
from libs.utils import nuitka
|
|
|
|
if __name__ == '__main__':
|
|
compiler = nuitka.Status()
|
|
|
|
|