mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00: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)
|