13 lines
295 B
Python
13 lines
295 B
Python
from halfapi import __version__ as halfapi_version
|
|
|
|
__name__ = 'dummy_domain'
|
|
__version__ = '0.0.0'
|
|
__patch_release__ = '0.0.0'
|
|
__routers__ = '.routers'
|
|
__id__ = '8b88e60a625369235b36c2d6d70756a0c02c1c7fb169fcee6dc820bcf9723f5a'
|
|
|
|
__deps__ = (
|
|
('halfapi', '=={}'.format(halfapi_version)),
|
|
)
|
|
|