2022-05-02 17:06:30 +03:00

12 lines
307 B
Python
Executable File

#!/home/deffuls/work/planetmint/docker_dev_build/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()