mirror of
https://github.com/brockar/ml-converter.git
synced 2026-01-11 15:01:01 -03:00
7 lines
90 B
Python
7 lines
90 B
Python
def main():
|
|
print("Hello from ml-converter!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|