This repository has been archived on 2023-10-01. You can view files and clone it, but cannot push or open issues or pull requests.
PyNyaaTa/run.py
Michel Roux f7b81c0c3b
All checks were successful
continuous-integration/drone/push Build is passing
New way to run pynyaata
2020-04-26 13:55:18 +02:00

6 lines
86 B
Python

#!/usr/bin/env python3
from pynyaata import run
if __name__ == "__main__":
run()