moment/harmonyqml/__main__.py
2019-03-21 23:28:14 -04:00

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()