1
0
mirror of https://github.com/gsi-upm/soil synced 2025-09-07 00:52:20 +00:00
Files
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()