Skip to content
Snippets Groups Projects
Commit 5a9ff5ce authored by Nico's avatar Nico
Browse files

Add __init__ files for modules

Although it isn't necessary for Python 3, some tools analyzing code
(e.g. pyreverse from pylint) need those files.
parent 7f5247b8
No related branches found
No related tags found
1 merge request!89Refactor MainWindowContainer and others into several controllers/views
# Copyright (c) 2020 Nico Alt
# SPDX-License-Identifier: AGPL-3.0-only
# License-Filename: LICENSE.md
"""
A GTK application for Briar
"""
# Copyright (c) 2020 Nico Alt
# SPDX-License-Identifier: AGPL-3.0-only
# License-Filename: LICENSE.md
"""
GTK Actions of Briar GTK
"""
# Copyright (c) 2020 Nico Alt
# SPDX-License-Identifier: AGPL-3.0-only
# License-Filename: LICENSE.md
"""
Containers in Briar GTK
"""
# Copyright (c) 2020 Nico Alt
# SPDX-License-Identifier: AGPL-3.0-only
# License-Filename: LICENSE.md
"""
Widgets (small UI chunks) in Briar GTK
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment