mirror of
https://github.com/gsi-upm/soil
synced 2025-09-07 00:52:20 +00:00
6 lines
59 B
Python
6 lines
59 B
Python
from . import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|