7 lines
72 B
Python
7 lines
72 B
Python
from wehago_db.app import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|
|
|