1
0
mirror of https://codeberg.org/fediverse/fep.git synced 2026-08-05 03:35:52 +00:00
Files
fep/scripts/create_readme.py
T
2023-10-30 07:56:24 +01:00

5 lines
97 B
Python

from tools import Readme
with open("README.md", "w") as f1:
f1.writelines(Readme().content)