5 lines
62 B
Python
5 lines
62 B
Python
# -*- coding: utf-8 -*-
|
|
from setuptools import setup
|
|
|
|
setup()
|
# -*- coding: utf-8 -*-
|
|
from setuptools import setup
|
|
|
|
setup()
|