4 lines
57 B
Python
4 lines
57 B
Python
from setuptools import Command
|
|
|
|
class test(Command): ...
|
from setuptools import Command
|
|
|
|
class test(Command): ...
|