epson-tm-t20iii #1

Merged
n07070 merged 34 commits from epson-tm-t20iii into master 2022-05-04 11:57:09 +02:00
2 changed files with 12 additions and 0 deletions
Showing only changes of commit 4ed11cb078 - Show all commits

0
src/api.py Normal file
View File

12
src/web.py Normal file
View File

@ -0,0 +1,12 @@
class web(object):
"""docstring for web."""
def __init__(self, arg):
super(web, self).__init__()
self.arg = arg
def login_page():
return "login page"
def logout_page():
return "logout"