Files @ 36d91dd0b398
Branch filter:

Location: NPO-Accounting/experimental-accounting-api/bin/gtkclient

Joar Wandborg
[docs] Changed the theme to the Flask theme

I like it because it doesn't allow the text to fill horizontally
over the entire screen.
1
2
3
4
5
6
7
8
9
#! /usr/bin/env python3
import sys

sys.path.append('./')

from accounting.gtkclient import main

if __name__ == '__main__':
    sys.exit(main())