mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
6 lines
209 B
Python
6 lines
209 B
Python
"""
|
|
By importing all of these sub-modules, the models package is transparently
|
|
accessible by the rest of the project. This makes it act just as if it were
|
|
one monolithic models.py.
|
|
"""
|
|
from api_player import * |