18 lines
314 B
Python
18 lines
314 B
Python
# terrascript/data/jeffwecan/pypi.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:25:16 UTC)
|
|
import terrascript
|
|
|
|
|
|
class pypi_package_file(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class pypi_requirements_file(terrascript.Data):
|
|
pass
|
|
|
|
|
|
__all__ = [
|
|
"pypi_package_file",
|
|
"pypi_requirements_file",
|
|
]
|