mirror of
https://github.com/redimp/otterwiki.git
synced 2025-12-22 03:37:07 +00:00
6 lines
91 B
Python
6 lines
91 B
Python
#!/usr/bin/env python
|
|
from setuptools import setup
|
|
|
|
if __name__ == "__main__":
|
|
setup()
|