mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-02 17:08:38 +08:00
12 lines
193 B
Python
12 lines
193 B
Python
import model
|
|
|
|
path_repo = "./data/application.list"
|
|
path_project = ""
|
|
|
|
class Print:
|
|
|
|
def __init__(self):
|
|
pass
|
|
|
|
def printRepo():
|
|
model.FileOp.printJson(path_repo) |