Files @ e64df7d3099c
Branch filter:

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

Joar Wandborg
[doc] Updated README and included it in docs
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python3
import sys

sys.path.append('./')

from accounting.client import main

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