mirror of
https://github.com/gsi-upm/soil
synced 2025-09-15 12:42:21 +00:00
5 lines
58 B
Python
5 lines
58 B
Python
from . import main
|
|
|
|
if __name__ == '__main__':
|
|
main()
|