mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-15 12:47:56 +08:00
* move local_server -> backend/server server-> backend/czi_hosted, pull common code into backend/common update imports, tests and make commands
6 lines
216 B
Python
6 lines
216 B
Python
# import the built in auth types so they can be registered
|
|
|
|
import backend.server.auth.auth_none # noqa: F401
|
|
import backend.server.auth.auth_test # noqa: F401
|
|
import backend.server.auth.auth_session # noqa: F401
|