1
0
mirror of https://github.com/gsi-upm/soil synced 2024-11-22 11:12:29 +00:00
soil/soil/web/__main__.py
J. Fernando Sánchez 78833a9e08 Formatted with black
2022-10-16 17:58:19 +02:00

6 lines
59 B
Python

from . import main
if __name__ == "__main__":
main()