restructured slightly and addet skript to upload to PyPI

This commit is contained in:
lars
2022-11-15 00:27:03 +01:00
parent 5104fe3d1d
commit c6d0acff9b
36 changed files with 291 additions and 2 deletions

View File

View File

@@ -0,0 +1,3 @@
class Song:
def __init__(self, path: str):
pass