mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
Added python shebang.
This commit is contained in:
parent
1a92344dd4
commit
80b8e81590
@ -1,3 +1,5 @@
|
||||
#!/bin/env python
|
||||
|
||||
"""Merges all the header files."""
|
||||
from glob import glob
|
||||
from os import path as pt
|
||||
|
Loading…
Reference in New Issue
Block a user