Initial commit
This commit is contained in:
3
src/neoecu/commands/__init__.py
Normal file
3
src/neoecu/commands/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
# Copyright (C) 2026 Hector van der Aa <hector@h3cx.dev>
|
||||
# Copyright (C) 2026 Association Exergie <association.exergie@gmail.com>
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
5
src/neoecu/commands/build.py
Normal file
5
src/neoecu/commands/build.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# Copyright (C) 2026 Hector van der Aa <hector@h3cx.dev>
|
||||
# Copyright (C) 2026 Association Exergie <association.exergie@gmail.com>
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
def run():
|
||||
print("Building NeoECU...")
|
||||
5
src/neoecu/commands/flash.py
Normal file
5
src/neoecu/commands/flash.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# Copyright (C) 2026 Hector van der Aa <hector@h3cx.dev>
|
||||
# Copyright (C) 2026 Association Exergie <association.exergie@gmail.com>
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
def run():
|
||||
print("Flashing NeoECU...")
|
||||
Reference in New Issue
Block a user