mirror of
https://github.com/aljazceru/python-teos.git
synced 2026-01-24 00:34:24 +01:00
Moves cli conf options to __init__.py so it can be run standalone
This commit is contained in:
@@ -6,12 +6,11 @@ import logging
|
||||
import requests
|
||||
from sys import argv
|
||||
from getopt import getopt, GetoptError
|
||||
from conf import CLIENT_LOG_FILE
|
||||
from hashlib import sha256
|
||||
from binascii import unhexlify
|
||||
from apps.cli.blob import Blob
|
||||
from requests import ConnectTimeout, ConnectionError
|
||||
from apps.cli import DEFAULT_PISA_API_SERVER, DEFAULT_PISA_API_PORT
|
||||
from apps.cli import DEFAULT_PISA_API_SERVER, DEFAULT_PISA_API_PORT, CLIENT_LOG_FILE
|
||||
from apps.cli.help import help_add_appointment, help_get_appointment
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user