mirror of
https://codeberg.org/fediverse/fep.git
synced 2026-08-05 19:55:46 +00:00
a32c9b61ee
This resolves: https://codeberg.org/fediverse/fep/issues/198
5 lines
97 B
Python
5 lines
97 B
Python
from tools import Readme
|
|
|
|
with open("README.md", "w") as f1:
|
|
f1.writelines(Readme().content)
|