init: architecture

This commit is contained in:
王韵晨520370910012 2024-09-28 21:46:24 +08:00
parent 72cfa90956
commit 27952126e4
No known key found for this signature in database
GPG Key ID: F19C8A1AD51F8FC9
9 changed files with 13 additions and 0 deletions

View File

View File

View File

View File

View File

View File

View File

View File

View File

@ -0,0 +1,13 @@
import os
import json
class compiled:
def __init__(self, name, path, args):
self.name = name
self.path = path
self.args = args
class define_compiled:
def get_compiled():
for i in os.listdir(os.path.dirname(__file__) + "/compiled"):
pass