ilk işlem
This commit is contained in:
7
scripts/run_ebuild_main.py
Normal file
7
scripts/run_ebuild_main.py
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
"""Komut satırından ebuild.runtime.main modülünü çalıştırmak için yardımcı script."""
|
||||
from ebuild.runtime.main import main
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user