mirror of
https://github.com/FAUSheppy/homelab_gamevault
synced 2025-12-06 06:51:36 +01:00
wip: refactor & software class stub
This commit is contained in:
13
software.py
Normal file
13
software.py
Normal 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 =
|
||||
Reference in New Issue
Block a user