1
0
mirror of synced 2024-12-18 21:55:54 +01:00
tja2fumen/setup.py

6 lines
91 B
Python
Raw Normal View History

#!/usr/bin/env python
from setuptools import setup
if __name__ == "__main__":
setup()