8 lines
241 B
Python
8 lines
241 B
Python
# 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
|
|
from dataflux.app import run
|
|
|
|
if __name__ == "__main__":
|
|
run()
|