Create applicationManager.py
This commit is contained in:
parent
366180a42e
commit
424a1fc535
21
src/fenrir-package/core/applicationManager.py
Normal file
21
src/fenrir-package/core/applicationManager.py
Normal file
@ -0,0 +1,21 @@
|
||||
#!/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Fenrir TTY screen reader
|
||||
# By Chrys, Storm Dragon, and contributers.
|
||||
|
||||
from core import debug
|
||||
|
||||
class applicationManager():
|
||||
def __init__(self):
|
||||
pass
|
||||
def initialize(self, environment):
|
||||
self.env = environment
|
||||
def shutdown(self):
|
||||
pass
|
||||
def getCurrentApplication(self):
|
||||
pass
|
||||
def getPrevApplication(self):
|
||||
pass
|
||||
def isApplicationChange(self):
|
||||
pass
|
Loading…
Reference in New Issue
Block a user