change structure
This commit is contained in:
@ -1 +1,5 @@
|
||||
#!/bin/python
|
||||
|
||||
class sound():
|
||||
def __init__(self):
|
||||
pass
|
||||
|
Reference in New Issue
Block a user
@ -1 +1,5 @@
|
||||
#!/bin/python
|
||||
|
||||
class sound():
|
||||
def __init__(self):
|
||||
pass
|
||||
|