mirror of
https://github.com/AdaCore/langkit.git
synced 2026-02-12 12:28:12 -08:00
7 lines
89 B
Python
Executable File
7 lines
89 B
Python
Executable File
#! /usr/bin/env python
|
|
|
|
from langkit.scripts.generate_msvc_lib_file import main
|
|
|
|
|
|
main()
|