mirror of
https://cdm-project.com/Download-Tools/devine.git
synced 2025-05-01 11:54:26 +02:00
4 lines
80 B
Python
4 lines
80 B
Python
if __name__ == "__main__":
|
|
from devine.core.__main__ import main
|
|
main()
|