forgett files
This commit is contained in:
13
src/fenrir-package/core/commands.py
Normal file
13
src/fenrir-package/core/commands.py
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/python
|
||||
from commands import curr_line
|
||||
from commands import shut_up
|
||||
|
||||
commandInfo = {
|
||||
'currCommand': '',
|
||||
'commandCueue':[]
|
||||
}
|
||||
|
||||
commands = {
|
||||
'curr_line': curr_line.command(),
|
||||
'shut_up': shut_up.command()
|
||||
}
|
Reference in New Issue
Block a user