This website requires JavaScript.
Explore
Help
Sign In
tliu93
/
home-automation
Watch
1
Star
0
Fork
0
You've already forked home-automation
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
6
Wiki
Activity
Files
151ad4627556a219a6c39ff457c1dd0641008242
home-automation
/
app
/
models
/
__init__.py
T
6 lines
99 B
Python
Raw
Normal View
History
Unescape
Escape
Bootstrap Python rewrite skeleton
2026-04-19 20:19:58 +02:00
"""
SQLAlchemy models package.
"""
Migrate location recorder and refine db config
2026-04-19 21:39:23 +02:00
from
app
.
models
.
location
import
Location
__all__
=
[
"
Location
"
]
Reference in New Issue
Copy Permalink