change structure
This commit is contained in:
parent
42406f7447
commit
9b421ea534
11
src/fenrir-package/commands/curr_line.py
Normal file
11
src/fenrir-package/commands/curr_line.py
Normal file
@ -0,0 +1,11 @@
|
||||
#!/bin/python
|
||||
|
||||
class command():
|
||||
def __init__(self):
|
||||
pass
|
||||
def run(self, environment):
|
||||
pass
|
||||
def setCallback(self, callback)
|
||||
pass
|
||||
def shutdown(self):
|
||||
pass
|
Loading…
Reference in New Issue
Block a user