mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2025-09-05 01:10:17 +02:00
5 lines
55 B
Python
5 lines
55 B
Python
#!/usr/bin/env python3
|
|
from .osaca import main
|
|
|
|
main()
|