8 lines
174 B
Python
8 lines
174 B
Python
|
# SPDX-FileCopyrightText: 2023-present eval Nya <11857526-nexplorer-3e@users.noreply.gitlab.com>
|
||
|
#
|
||
|
# SPDX-License-Identifier: MIT
|
||
|
|
||
|
from .app import App
|
||
|
|
||
|
app = App()
|
||
|
app.run()
|