mirror of
https://github.com/beautifier/js-beautify.git
synced 2024-11-23 04:40:06 +00:00
8 lines
121 B
Python
Executable File
8 lines
121 B
Python
Executable File
#! /usr/bin/env python
|
|
#
|
|
# Stub script to run cssbeautifier
|
|
#
|
|
import sys
|
|
from cssbeautifier import main
|
|
sys.exit(main())
|