mirror of
https://github.com/planetmint/planetmint.git
synced 2025-11-25 06:55:45 +00:00
12 lines
309 B
Python
Executable File
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()
|