mirror of
https://github.com/Snigdha-OS/snigdhaos-blackbox.git
synced 2025-09-21 03:55:05 +02:00
⏳ @eshanized updated the repository!!!
This commit is contained in:
20
blackbox/Package.py
Normal file
20
blackbox/Package.py
Normal file
@@ -0,0 +1,20 @@
|
||||
#!/bin/python
|
||||
|
||||
# NOTE: It is encapsulated package data
|
||||
|
||||
class Package(object):
|
||||
def __init__(
|
||||
self,
|
||||
name,
|
||||
description,
|
||||
category,
|
||||
subcategory,
|
||||
subcategory_description,
|
||||
version,
|
||||
):
|
||||
self.name = name
|
||||
self.description = description
|
||||
self.category = category
|
||||
self.subcategory = subcategory
|
||||
self.subcategory_description = subcategory_description
|
||||
self.version = version
|
Reference in New Issue
Block a user