mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 14:26:30 +00:00
add pxd headers for correct work
fixes definitions can run until API call
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import main
|
||||
from main import ParsedArguments
|
||||
|
||||
def start_server():
|
||||
args = ParsedArguments('admin@azaion.com', 'Az@1on1000Odm$n', 'stage', True)
|
||||
processor = main.CommandProcessor(args)
|
||||
try:
|
||||
processor.start()
|
||||
except Exception as e:
|
||||
processor.stop()
|
||||
|
||||
if __name__ == "__main__":
|
||||
start_server()
|
||||
Reference in New Issue
Block a user