File: __main__.py

package info (click to toggle)
python-lesscpy 0.15.1-0.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,488 kB
  • sloc: python: 3,591; sh: 5; makefile: 4
file content (4 lines) | stat: -rw-r--r-- 79 bytes parent folder | download | duplicates (2)
1
2
3
4
from lesscpy.scripts.compiler import run

if __name__ == '__main__':
    run()