a | b/src/__init__.py | ||
---|---|---|---|
1 | from __future__ import absolute_import |
||
2 | print("\n\n Please cite the following paper: \n\n" |
||
3 | "K. B. Girum, L. Rebaud A.S. Cottereau et. al., 18F-FDG PET maximum intensity projections and artificial intelligence: " |
||
4 | "a win-win combination to easily measure prognostic biomarkers in DLBCL patients, in The Journal of Nuclear Medicine. \n") |
||
5 | from . import * |
||
6 |