Initialize project
parents
.env.example
0 → 100644
.gitignore
0 → 100644
CONTRIBUTORS.txt
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
poetry.lock
0 → 100644
This diff is collapsed.
pyproject.toml
0 → 100644
starlauth/__init__.py
0 → 100644
starlauth/app.py
0 → 100644
starlauth/endpoints.py
0 → 100644
starlauth/resources.py
0 → 100644
starlauth/routes.py
0 → 100644
starlauth/settings.py
0 → 100644
starlauth/tables.py
0 → 100644
starlauth/utils.py
0 → 100644
tests/__init__.py
0 → 100644
tests/conftest.py
0 → 100644
tests/test_endpoints.py
0 → 100644
tests/test_version.py
0 → 100644
Please register or sign in to comment