9 lines
176 B
Python
9 lines
176 B
Python
|
# Copyright 2019 miruka
|
||
|
# This file is part of harmonyqml, licensed under GPLv3.
|
||
|
|
||
|
"Run app when this package is executed from 'python -m <pkgname>'."
|
||
|
|
||
|
from . import run
|
||
|
|
||
|
run()
|