Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TestEngineProject #41

Open
Geson-anko opened this issue May 3, 2022 · 0 comments
Open

TestEngineProject #41

Geson-anko opened this issue May 3, 2022 · 0 comments

Comments

@Geson-anko
Copy link
Owner

Geson-anko commented May 3, 2022

JarvisEngine executes a project formatted specifically for it.
This issue, I create a project that follows that format as following.

TestEngineProject
├── App0
│   ├── __init__.py
│   ├── app.py
│   └── config.json5
├── App1
│   ├── App1_1
│   │   ├── __init__.py
│   │   ├── app.py
│   │   └── config.json5
│   ├── App1_2
│   │   ├── __init__.py
│   │   ├── app.py
│   │   └── config.json5
│   ├── __init__.py
│   ├── app.py
│   └── config.json5
└── launcher_config.json5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant