mirror of
https://github.com/gsi-upm/soil
synced 2024-11-22 11:12:29 +00:00
6 lines
59 B
Python
6 lines
59 B
Python
from . import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|