minor update

This commit is contained in:
rattatwinko
2025-05-10 16:01:09 +02:00
parent 7ec1d2b0d6
commit f94de87ffa
5 changed files with 40 additions and 5 deletions

43
.idea/workspace.xml generated
View File

@@ -4,10 +4,12 @@
<option name="autoReloadType" value="SELECTIVE" /> <option name="autoReloadType" value="SELECTIVE" />
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="e0212954-3a5f-444b-b399-906a623c79bb" name="Changes" comment="pommer initial"> <list default="true" id="e0212954-3a5f-444b-b399-906a623c79bb" name="Changes" comment="some change ( readme.md )">
<change beforePath="$PROJECT_DIR$/.idea/material_theme_project_new.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/material_theme_project_new.xml" afterDir="false" /> <change afterPath="$PROJECT_DIR$/img.png" afterDir="false" />
<change afterPath="$PROJECT_DIR$/pommer/__init__.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/pommer.py" beforeDir="false" afterPath="$PROJECT_DIR$/pommer.py" afterDir="false" /> <change beforePath="$PROJECT_DIR$/pommer.py" beforeDir="false" afterPath="$PROJECT_DIR$/pommer/pommer.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/readme.md" beforeDir="false" afterPath="$PROJECT_DIR$/readme.md" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -45,6 +47,11 @@
&quot;git-widget-placeholder&quot;: &quot;master&quot; &quot;git-widget-placeholder&quot;: &quot;master&quot;
} }
}</component> }</component>
<component name="RecentsManager">
<key name="MoveFile.RECENT_KEYS">
<recent name="$PROJECT_DIR$/pommer" />
</key>
</component>
<component name="SharedIndexes"> <component name="SharedIndexes">
<attachedChunks> <attachedChunks>
<set> <set>
@@ -68,11 +75,37 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1746801575112</updated> <updated>1746801575112</updated>
</task> </task>
<option name="localTasksCounter" value="2" /> <task id="LOCAL-00002" summary="pommer new">
<option name="closed" value="true" />
<created>1746802563891</created>
<option name="number" value="00002" />
<option name="presentableId" value="LOCAL-00002" />
<option name="project" value="LOCAL" />
<updated>1746802563891</updated>
</task>
<task id="LOCAL-00003" summary="pommer new">
<option name="closed" value="true" />
<created>1746805612577</created>
<option name="number" value="00003" />
<option name="presentableId" value="LOCAL-00003" />
<option name="project" value="LOCAL" />
<updated>1746805612577</updated>
</task>
<task id="LOCAL-00004" summary="some change ( readme.md )">
<option name="closed" value="true" />
<created>1746806877858</created>
<option name="number" value="00004" />
<option name="presentableId" value="LOCAL-00004" />
<option name="project" value="LOCAL" />
<updated>1746806877858</updated>
</task>
<option name="localTasksCounter" value="5" />
<servers /> <servers />
</component> </component>
<component name="VcsManagerConfiguration"> <component name="VcsManagerConfiguration">
<MESSAGE value="pommer initial" /> <MESSAGE value="pommer initial" />
<option name="LAST_COMMIT_MESSAGE" value="pommer initial" /> <MESSAGE value="pommer new" />
<MESSAGE value="some change ( readme.md )" />
<option name="LAST_COMMIT_MESSAGE" value="some change ( readme.md )" />
</component> </component>
</project> </project>

BIN
img.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

0
pommer/__init__.py Normal file
View File

View File

@@ -58,6 +58,8 @@ python3 pommer.py
`build.sh` `build.sh`
Simple script for local Maven builds. Simple script for local Maven builds.
![](img.png)
--- ---
## Requirements ## Requirements