crouching_tiger/start.py
anoduck 91893fcd51 style(Structure): 🎨 Big push, Modulization works. Bug Repairs.
Big Update, ctiger is now modularized, fixed bugs, cleaned up code, ready for more.

This will be the last update before removing the ctiger.py script. Now Modularized.
2024-02-12 05:12:12 -05:00

10 lines
212 B
Python

# Copyright (c) 2024 Anoduck
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# import sys
from ctiger import __main__ as ctiger
parse = ctiger.ProcArgs()
parse.main()