chg: dev: entry point and module import
This commit is contained in:
parent
cacd4d3ef8
commit
00f7036a17
5
bukuserver/__main__.py
Normal file
5
bukuserver/__main__.py
Normal file
@ -0,0 +1,5 @@
|
||||
from . import server
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
server.cli()
|
@ -7,10 +7,7 @@ from flask_bootstrap import Bootstrap
|
||||
import click
|
||||
import flask
|
||||
|
||||
try:
|
||||
import response
|
||||
except ModuleNotFoundError:
|
||||
from . import response
|
||||
from . import response
|
||||
|
||||
def get_tags():
|
||||
"""get tags."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user