Added files for api and web classes
This commit is contained in:
parent
55b763dfe8
commit
4ed11cb078
0
src/api.py
Normal file
0
src/api.py
Normal file
12
src/web.py
Normal file
12
src/web.py
Normal 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"
|
Loading…
Reference in New Issue
Block a user