Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

15 lines
430 B
Python

# Copyright Epic Games, Inc. All Rights Reserved.
import flow.describe
#-------------------------------------------------------------------------------
shells = flow.describe.Command()
shells.source("shells.py", "Shells")
shells.invoke("boot")
shells.prefix("$")
#-------------------------------------------------------------------------------
channel = flow.describe.Channel()
channel.version("1")
channel.parent("flow.core")