b8c760d004
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
7 lines
98 B
Python
7 lines
98 B
Python
def main():
|
|
print("Hello from gliner-glirel-tuning!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|