projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
20953: Adds TLS certificate expiration red/yellow/green light on main dashboard
[arvados.git]
/
tools
/
user-activity
/
bin
/
arv-user-activity
1
#!/usr/bin/env python3
2
# Copyright (C) The Arvados Authors. All rights reserved.
3
#
4
# SPDX-License-Identifier: AGPL-3.0
5
6
import arvados_user_activity.main
7
8
arvados_user_activity.main.main()