mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
super basic
This commit is contained in:
parent
4c1facce4d
commit
babd8c0424
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
|||
#!/bin/env python
|
||||
|
||||
|
||||
""" Class for Job Handling """
|
||||
""" Class for Job Handling """
|
||||
|
||||
class Job:
|
||||
|
||||
def __init__(self, name):
|
||||
self.__name__ = name
|
||||
|
|
Loading…
Reference in a new issue