9 lines
141 B
Python
9 lines
141 B
Python
from src.util import flatpak_install
|
|
|
|
name = "Blender"
|
|
|
|
|
|
def setup():
|
|
"""3D graphics tool"""
|
|
|
|
flatpak_install("org.blender.Blender")
|