moment/harmonyqml/__main__.py

9 lines
176 B
Python
Raw Normal View History

2019-03-22 14:28:14 +11:00
# 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()