docs: cleanup

This commit is contained in:
Daylin Morgan 2024-10-21 08:09:13 -05:00
parent 21f6225520
commit 115900bf83
Signed by: daylin
GPG key ID: 950D13E9719334AD
2 changed files with 0 additions and 8 deletions

View file

@ -3,8 +3,6 @@
[![MIT License][license-shield]][license-url]
[![Ruff][ruff-shield]][ruff-url]
[![pre-commit][pre-commit-shield]][pre-commit-url]
<!-- [![Stargazers][stars-shield]][stars-url] -->
<!-- [![PYPI][pypi-shield]][pypi-url] -->
<div align="center">
<h1>sywdd</h1>

View file

@ -1,6 +0,0 @@
def main():
print("Hello from swydd!")
if __name__ == "__main__":
main()