scoutbot / setup.py
bluemellophone's picture
Initial structure
3aad127 unverified
Raw
History Blame Contribute Delete
136 Bytes
#!/usr/bin/env python
# -*- coding: utf-8 -*-
'''
2022 Wild Me
'''
import setuptools
if __name__ == '__main__':
setuptools.setup()