You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
553 B
XML
18 lines
553 B
XML
<?xml version="1.0"?>
|
|
<flowgorithm fileversion="3.0">
|
|
<attributes>
|
|
<attribute name="name" value="[[name]]"/>
|
|
<attribute name="authors" value="[[authors]]"/>
|
|
<attribute name="about" value="[[about]]"/>
|
|
<attribute name="saved" value="[[saved]]"/>
|
|
<attribute name="created" value="[[created]]"/>
|
|
<attribute name="edited" value="[[edited]]"/>
|
|
</attributes>
|
|
<function name="Main" type="None" variable="">
|
|
<parameters/>
|
|
<body>
|
|
[[body]]
|
|
</body>
|
|
</function>
|
|
</flowgorithm>
|