6 lines
77 B
Python
6 lines
77 B
Python
|
|
from qonto_assistant.app import main
|
||
|
|
|
||
|
|
|
||
|
|
if __name__ == "__main__":
|
||
|
|
main()
|