cuchulufm/cuchulu/__main__.py
2025-11-30 00:02:13 +01:00

5 lines
73 B
Python

from cuchulu.console import start
if __name__=="__main__":
start()