summary refs log tree commit diff stats
path: root/src/fe-gtk
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-20 15:47:40 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-20 15:47:40 +0200
commit89cf2710246751c5fe0e95d5fa72ff492c0893b3 (patch)
treeb5393571136c3e4f054a62c5bb86be8aaecca58c /src/fe-gtk
parent11d378319527e4f2f258bbd436ceb5296f798e5e (diff)
Add new languages to the Unix build script
Diffstat (limited to 'src/fe-gtk')
0 files changed, 0 insertions, 0 deletions
n' href='/git-repos/ganarchy.git/blame/ganarchy/__main__.py?h=feature/new-config&id=f84c60e039864af593f6b8d015b11113a6e59f50'>^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
















                                                                             


                              


                         
                         
 
                                       
# GAnarchy - decentralized project hub
# Copyright (C) 2019  Soni L.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program.  If not, see <https://www.gnu.org/licenses/>.

# The base CLI
import ganarchy.cli

# FIXME this shouldn't be here
import ganarchy

# Additional CLI commands
import ganarchy.cli.debug

ganarchy.cli.main(prog_name='ganarchy')