wip: refactor & software class stub

This commit is contained in:
2024-02-22 23:33:10 +01:00
parent 87f57a9675
commit 13287a224b
3 changed files with 48 additions and 18 deletions

13
software.py Normal file
View File

@@ -0,0 +1,13 @@
class Software:
def __init__(self, directory):
self.directory = directory
self.info_file =
self.genre =
self.title =
self.description =
self.dependencies =
self.link_only =
self.extra_files =