rubick/rubick/__init__.py

6 lines
99 B
Python

if __name__ == '__main__':
from rubick.main import main
import sys
main(sys.argv[1:])