Logo
Explore Help
Register Sign In
Zergling_man/moment
Zergling_man/moment
1
0
Fork 0
You've already forked moment
Code Issues Pull Requests Packages Projects Releases Wiki Activity
moment/harmonyqml/__init__.py

13 lines
210 B
Python
Raw Normal View History

Initial commit
2019-03-21 23:28:14 -04:00
# Copyright 2019 miruka
# This file is part of harmonyqml, licensed under GPLv3.
import sys
matrix-nio backend start, QGuiApplication class - Started work on the matrix-nio backend, which will be used instead of matrix-python-sdk for greater control and cleaner design - Have an Application (QGuiApplication) class to habdle argument parsing and setting some Qt properties like application name
2019-04-11 13:22:43 -04:00
from . import app
Initial commit
2019-03-21 23:28:14 -04:00
# logging.basicConfig(level=logging.INFO)
def run() -> None:
matrix-nio backend start, QGuiApplication class - Started work on the matrix-nio backend, which will be used instead of matrix-python-sdk for greater control and cleaner design - Have an Application (QGuiApplication) class to habdle argument parsing and setting some Qt properties like application name
2019-04-11 13:22:43 -04:00
_ = app.Application(sys.argv)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 23ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API