Move zero_ex.json_schemas to its own package
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
from setuptools import Command
|
||||
|
||||
class test(Command): ...
|
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
from setuptools import Command
|
||||
|
||||
class test(Command): ...
|