Files
2026-05-04 23:44:11 +02:00

7 lines
98 B
Python

def main():
print("Hello from gliner-glirel-tuning!")
if __name__ == "__main__":
main()