12 lines
309 B
Python
Executable File

#!/home/deffuls/work/planetmint/docker_environment/bin/python3
#
# This file is part of aafigure. https://github.com/aafigure/aafigure
# (C) 2007 Chris Liechti <cliechti@gmx.net>
#
# SPDX-License-Identifier: BSD-3-Clause
# command line stub for aafigure
import aafigure.aafigure
aafigure.aafigure.main()