This website requires JavaScript.
Explore
Help
Sign In
pi3c
/
service_man
Watch
1
Star
0
Fork
You've already forked service_man
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fb7e64f738
service_man
/
api
/
models
/
__init__.py
8 lines
107 B
Python
Raw
Normal View
History
Unescape
Escape
gitignore
2024-03-11 21:07:01 +03:00
from
.
base_model
import
Base
from
.
user_model
import
UserModel
uow and di basic implementation
2024-03-06 03:59:16 +03:00
__all__
=
(
"
Base
"
,
gitignore
2024-03-11 21:07:01 +03:00
"
UserModel
"
,
uow and di basic implementation
2024-03-06 03:59:16 +03:00
)