mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-08 13:56:15 +01:00
9 lines
95 B
Python
Executable File
9 lines
95 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
|
|
import setuptools
|
|
|
|
|
|
if __name__ == "__main__":
|
|
setuptools.setup()
|