fenrir/src/fenrir-package/core/inputManager.py

10 lines
133 B
Python
Raw Normal View History

#!/bin/python
class inputManager():
def __init__(self):
pass
def getCommandQueue(self, runtime):
return[]